mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Match agreed captalisation style
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f72ec5e29b
commit
93d59c22d7
8 changed files with 29 additions and 29 deletions
|
|
@ -850,7 +850,7 @@ const char *do_uemis_import(device_data_t *data)
|
|||
|
||||
if (dive_table.nr == 0)
|
||||
keep_number = true;
|
||||
uemis_info(translate("gettextFromC", "Init Communication"));
|
||||
uemis_info(translate("gettextFromC", "Initialise communication"));
|
||||
if (!uemis_init(mountpath))
|
||||
return translate("gettextFromC", "Uemis init failed");
|
||||
if (!uemis_get_answer(mountpath, "getDeviceId", 0, 1, &result))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue