Translate the names of aggretation functions. Fixes bug #31035 20100915040502/pspp 20100916040502/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 14 Sep 2010 14:59:40 +0000 (16:59 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 14 Sep 2010 14:59:40 +0000 (16:59 +0200)
src/ui/gui/aggregate-dialog.c

index 40a06a9202bf61c79369aa5bf4fdd985e2e79905..9ab455aa72ffa0a050b937f6da924eee0dbeab5c 100644 (file)
@@ -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,