diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-11-25 15:47:24 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-25 07:57:33 -0800 |
commit | 93d59c22d78788823c22f7d6f2efa01bdcdac5f4 (patch) | |
tree | 2db6ced98955950013a92bfa8b5b9a8fa72da06c /uemis-downloader.c | |
parent | f72ec5e29bbf36f5346dd7c0a56972e916c4efa1 (diff) | |
download | subsurface-93d59c22d78788823c22f7d6f2efa01bdcdac5f4.tar.gz |
Match agreed captalisation style
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'uemis-downloader.c')
-rw-r--r-- | uemis-downloader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis-downloader.c b/uemis-downloader.c index 256f13904..5dfce6ce2 100644 --- a/uemis-downloader.c +++ b/uemis-downloader.c @@ -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)) |