diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-11-25 15:47:26 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-25 07:57:43 -0800 |
commit | 00068c22479ea2ecdb35835ba0a2b03b41b122f1 (patch) | |
tree | 7766f98776aa89621a5ae5042728461ba09e58e0 /file.c | |
parent | 7034907e265d291ceba8f09520222558188f39c9 (diff) | |
download | subsurface-00068c22479ea2ecdb35835ba0a2b03b41b122f1.tar.gz |
More O₂
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -679,9 +679,9 @@ int parse_txt_file(const char *filename, const char *csv) //End of O2 calibration Event: 0 = OK, 2 = Failed, rest of dive setpoint 1.0 if (value == 2) add_event(dc, cur_sampletime, 0, SAMPLE_FLAGS_END, 0, - QT_TRANSLATE_NOOP("gettextFromC", "O2 calibration failed")); + QT_TRANSLATE_NOOP("gettextFromC", "O₂ calibration failed")); add_event(dc, cur_sampletime, 0, SAMPLE_FLAGS_END, 0, - QT_TRANSLATE_NOOP("gettextFromC", "O2 calibration")); + QT_TRANSLATE_NOOP("gettextFromC", "O₂ calibration")); break; case 25: //25 Max Ascent depth @@ -690,7 +690,7 @@ int parse_txt_file(const char *filename, const char *csv) case 31: //Start of O2 calibration Event add_event(dc, cur_sampletime, 0, SAMPLE_FLAGS_BEGIN, 0, - QT_TRANSLATE_NOOP("gettextFromC", "O2 calibration")); + QT_TRANSLATE_NOOP("gettextFromC", "O₂ calibration")); break; case 37: //Remaining dive time #2? |