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:
parent
ef602c5663
commit
021544c19f
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user