[PATCH] Adjust Poseidon Mouth piece event strings

Anton Lundin glance at acc.umu.se
Thu Nov 20 12:02:37 PST 2014


After some feedback on the mailing list, these strings where preferred.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 file.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/file.c b/file.c
index 0958d20..4b4bf14 100644
--- a/file.c
+++ b/file.c
@@ -597,23 +597,23 @@ int parse_txt_file(const char *filename, const char *csv)
 				case 3:
 					switch (type) {
 					case 0:
-						//MouthPiece position event: 0=OC, 1=CC, 2=UN, 3=NC
+						//Mouth piece position event: 0=OC, 1=CC, 2=UN, 3=NC
 						switch (value) {
 						case 0:
 							add_event(dc, cur_sampletime, 0, 0, 0,
-									QT_TRANSLATE_NOOP("gettextFromC", "MouthPiece position OC"));
+									QT_TRANSLATE_NOOP("gettextFromC", "Mouth piece position OC"));
 							break;
 						case 1:
 							add_event(dc, cur_sampletime, 0, 0, 0,
-									QT_TRANSLATE_NOOP("gettextFromC", "MouthPiece position CC"));
+									QT_TRANSLATE_NOOP("gettextFromC", "Mouth piece position CC"));
 							break;
 						case 2:
 							add_event(dc, cur_sampletime, 0, 0, 0,
-									QT_TRANSLATE_NOOP("gettextFromC", "MouthPiece position UN"));
+									QT_TRANSLATE_NOOP("gettextFromC", "Mouth piece position unknown"));
 							break;
 						case 3:
 							add_event(dc, cur_sampletime, 0, 0, 0,
-									QT_TRANSLATE_NOOP("gettextFromC", "MouthPiece position NC"));
+									QT_TRANSLATE_NOOP("gettextFromC", "Mouth piece position not connected"));
 							break;
 						}
 					case 3:
-- 
1.9.1



More information about the subsurface mailing list