summaryrefslogtreecommitdiffstats
path: root/cochran.c
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-01-25 17:00:19 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-25 07:13:41 -0800
commitfcc397dc295b0096ebe9e879ff3f0172cf3628d9 (patch)
treeff0702bb455e495f94919aca0d6160befabea9f7 /cochran.c
parent3b8643af4ff9ae3372f51f51f5b51a032239d852 (diff)
downloadsubsurface-fcc397dc295b0096ebe9e879ff3f0172cf3628d9.tar.gz
Typos: use subscript for pO2 in conchran.c events
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cochran.c')
-rw-r--r--cochran.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cochran.c b/cochran.c
index 8f3c1d9ca..855ca7c93 100644
--- a/cochran.c
+++ b/cochran.c
@@ -351,7 +351,7 @@ static void cochran_dive_event(struct divecomputer *dc, const unsigned char *s,
case 0xC8: // PPO2 alarm begin
add_event(dc, seconds, SAMPLE_EVENT_PO2,
SAMPLE_FLAGS_BEGIN, 0,
- QT_TRANSLATE_NOOP("gettextFromC", "PO2"));
+ QT_TRANSLATE_NOOP("gettextFromC", "pO₂"));
break;
case 0xCC: // Low cylinder 1 pressure";
break;
@@ -397,7 +397,7 @@ static void cochran_dive_event(struct divecomputer *dc, const unsigned char *s,
case 0xE8: // PO2 too low alarm
add_event(dc, seconds, SAMPLE_EVENT_PO2,
SAMPLE_FLAGS_BEGIN, 0,
- QT_TRANSLATE_NOOP("gettextFromC", "PO2"));
+ QT_TRANSLATE_NOOP("gettextFromC", "pO₂"));
break;
case 0xEE: // NDL alarm end
add_event(dc, seconds, SAMPLE_EVENT_RBT,