diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2002-02-10 11:11:01 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2002-02-10 11:11:01 +0000 |
commit | f42f2a646e44c917fd0a435a7818d18eb513503d (patch) | |
tree | 099bc62bf36e8093f83cfe42d423a47ab038605e /gtk/gtksizegroup.c | |
parent | efe1ca21eb2cd19d2d7c30f1cbf6000eb52302f0 (diff) | |
download | gtk+-f42f2a646e44c917fd0a435a7818d18eb513503d.tar.gz |
Fix a double «The» typo in a string.
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtksizegroup.c: Fix a double «The» typo in a string.
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, |