diff options
Diffstat (limited to 'gtk/gtksizegroup.c')
-rw-r--r-- | gtk/gtksizegroup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c index 2e876054fa..8a90036c3b 100644 --- a/gtk/gtksizegroup.c +++ b/gtk/gtksizegroup.c @@ -238,8 +238,8 @@ gtk_size_group_class_init (GtkSizeGroupClass *klass) g_object_class_install_property (gobject_class, PROP_MODE, g_param_spec_enum ("mode", - _("Mode"), - _("The directions in which the size group effects the requested sizes" + P_("Mode"), + P_("The directions in which the size group effects the requested sizes" " of its component widgets"), GTK_TYPE_SIZE_GROUP_MODE, GTK_SIZE_GROUP_HORIZONTAL, |