diff options
-rw-r--r-- | divelist.c | 2 |
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); } |