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>
This commit is contained in:
Henrik Brautaset Aronsen 2012-10-19 17:24:00 +02:00 committed by Dirk Hohndel
parent ef602c5663
commit 021544c19f

View file

@ -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);
}