[PATCH 2/8] Typos: use subscript for pO2 in conchran.c events

Lubomir I. Ivanov neolit123 at gmail.com
Sun Jan 25 07:00:19 PST 2015


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
---
 cochran.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cochran.c b/cochran.c
index 8f3c1d9..855ca7c 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,
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list