aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2012-10-19 17:24:00 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-19 08:29:42 -0700
commit021544c19fc91c529b66851e96b4591513ebad5a (patch)
treed04b14fd3a5cc53215298a344dab0e977d44e73e
parentef602c56635fe1ca9eb83037a432e76fed64a2bc (diff)
downloadsubsurface-021544c19fc91c529b66851e96b4591513ebad5a.tar.gz
Translate "air"
Translate the "air" text in the divelist. Suggested-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--divelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.c b/divelist.c
index f1c39e024..274773da4 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);
}