From 00068c22479ea2ecdb35835ba0a2b03b41b122f1 Mon Sep 17 00:00:00 2001 From: Tim Wootton Date: Tue, 25 Nov 2014 15:47:26 +0000 Subject: More O₂ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Wootton Signed-off-by: Dirk Hohndel --- file.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/file.c b/file.c index 07774b10e..f6b415e76 100644 --- a/file.c +++ b/file.c @@ -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? -- cgit v1.2.3-70-g09d2