From: John Darrington Date: Tue, 14 Sep 2010 14:59:40 +0000 (+0200) Subject: Translate the names of aggretation functions. Fixes bug #31035 X-Git-Tag: sav-api~44 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=4277d80790ded2c83d81a34ed536abe95c925d45 Translate the names of aggretation functions. Fixes bug #31035 --- 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,