From 4277d80790ded2c83d81a34ed536abe95c925d45 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 14 Sep 2010 16:59:40 +0200 Subject: [PATCH] Translate the names of aggretation functions. Fixes bug #31035 --- src/ui/gui/aggregate-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/aggregate-dialog.c b/src/ui/gui/aggregate-dialog.c index 40a06a9202..9ab455aa72 100644 --- a/src/ui/gui/aggregate-dialog.c +++ b/src/ui/gui/aggregate-dialog.c @@ -214,7 +214,7 @@ populate_combo_model (GtkComboBox *cb) gtk_list_store_append (list, &iter); gtk_list_store_set (list, &iter, - COMBO_MODEL_COL_DESC, s, + COMBO_MODEL_COL_DESC, gettext (s), COMBO_MODEL_COL_SYNTAX, af->name, COMBO_MODEL_COL_SRC_VARS, af->src_vars, COMBO_MODEL_COL_ARITY, af->n_args, -- 2.30.2