diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2018-06-16 16:30:03 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-17 06:36:20 +0900 |
commit | 0bc9edf855caf95e2d58ccaf704ceeda079e06f1 (patch) | |
tree | 0a467346d3cccc71204629f05e45dd7c59767409 /core/dive.c | |
parent | 4ccc4d73290309908898387fe0d24503606336ad (diff) | |
download | subsurface-0bc9edf855caf95e2d58ccaf704ceeda079e06f1.tar.gz |
Fix an error around translation of dive modes in the UI
This fixes an mistake introduced in
3d1072f8862e4c329dc2678df52a24137b8d4704
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'core/dive.c')
-rw-r--r-- | core/dive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.c b/core/dive.c index 6821629d1..38994aab4 100644 --- a/core/dive.c +++ b/core/dive.c @@ -36,7 +36,7 @@ const char *cylinderuse_text[] = { QT_TRANSLATE_NOOP("gettextFromC", "OC-gas"), QT_TRANSLATE_NOOP("gettextFromC", "diluent"), QT_TRANSLATE_NOOP("gettextFromC", "oxygen"), QT_TRANSLATE_NOOP("gettextFromC", "not used") }; -// For user visible text +// For user visible text but still not translated const char *divemode_text_ui[] = { QT_TRANSLATE_NOOP("gettextFromC", "Open circuit"), QT_TRANSLATE_NOOP("gettextFromC", "CCR"), |