summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkentrycompletion.c')
-rw-r--r--gtk/gtkentrycompletion.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c
index 1bedfe0273..cc615ccaa3 100644
--- a/gtk/gtkentrycompletion.c
+++ b/gtk/gtkentrycompletion.c
@@ -193,15 +193,15 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
g_object_class_install_property (object_class,
PROP_MODEL,
g_param_spec_object ("model",
- _("Completion Model"),
- _("The model to find matches in"),
+ P_("Completion Model"),
+ P_("The model to find matches in"),
GTK_TYPE_TREE_MODEL,
G_PARAM_READWRITE));
g_object_class_install_property (object_class,
PROP_MINIMUM_KEY_LENGTH,
g_param_spec_int ("minimum_key_length",
- _("Minimum Key Length"),
- _("Minimum length of the search key in order to look up matches"),
+ P_("Minimum Key Length"),
+ P_("Minimum length of the search key in order to look up matches"),
-1,
G_MAXINT,
1,