mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue