[PATCH] Translate "air"

subsurface at henrik.synth.no subsurface at henrik.synth.no
Fri Oct 19 08:24:00 PDT 2012


From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>

Translate the "air" text in the divelist.

Suggested-by: Lubomir I. Ivanov <neolit123 at gmail.com>
Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
---
 divelist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/divelist.c b/divelist.c
index f1c39e0..274773d 100644
--- a/divelist.c
+++ b/divelist.c
@@ -636,7 +636,7 @@ static void nitrox_data_func(GtkTreeViewColumn *col,
 		else
 			snprintf(buffer, sizeof(buffer), "%d" UTF8_ELLIPSIS "%d", o2low, o2);
 	else
-		strcpy(buffer, "air");
+		strcpy(buffer, _("air"));
 exit:
 	g_object_set(renderer, "text", buffer, NULL);
 }
-- 
1.7.11.5



More information about the subsurface mailing list