From f42f2a646e44c917fd0a435a7818d18eb513503d Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Sun, 10 Feb 2002 11:11:01 +0000 Subject: =?UTF-8?q?Fix=20a=20double=20=ABThe=BB=20typo=20in=20a=20string.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2002-02-10 Kjartan Maraas * gtk/gtksizegroup.c: Fix a double «The» typo in a string. --- gtk/gtksizegroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtksizegroup.c') 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, -- cgit v1.2.1