diff options
Diffstat (limited to 'gtk/gtkcomboboxentry.c')
-rw-r--r-- | gtk/gtkcomboboxentry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcomboboxentry.c b/gtk/gtkcomboboxentry.c index adcd970309..c5f1965e1e 100644 --- a/gtk/gtkcomboboxentry.c +++ b/gtk/gtkcomboboxentry.c @@ -101,8 +101,8 @@ gtk_combo_box_entry_class_init (GtkComboBoxEntryClass *klass) g_object_class_install_property (object_class, PROP_TEXT_COLUMN, g_param_spec_int ("text_column", - _("Text Column"), - _("A column in the data source model to get the strings from"), + P_("Text Column"), + P_("A column in the data source model to get the strings from"), -1, G_MAXINT, -1, |