From 4e32a5031fa0dbcdb29472359f73ba389fa86c20 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Sat, 23 Feb 2013 18:17:36 +0200 Subject: statistics.c: Added missing translation of "/min" "/min" should be OK for most Latin languages, but for Cyrillic we have to translate "min" as well. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- statistics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'statistics.c') diff --git a/statistics.c b/statistics.c index 73c771804..96bc5db36 100644 --- a/statistics.c +++ b/statistics.c @@ -256,7 +256,7 @@ static void add_cell(GtkTreeStore *store, GtkTreeIter *parent, unsigned int val, snprintf(value_str, sizeof(value_str), "%.*f %s", decimals, value, unit); } else { value = get_volume_units(val, &decimals, &unit); - snprintf(value_str, sizeof(value_str), "%.*f %s/min", decimals, value, unit); + snprintf(value_str, sizeof(value_str), _("%.*f %s/min"), decimals, value, unit); } add_cell_to_tree(store, value_str, cell, parent); } -- cgit v1.2.3-70-g09d2