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