From f75a1e4af4a65540efc295160cc884f762ed31a3 Mon Sep 17 00:00:00 2001 From: Gary Ekker Date: Thu, 22 Jan 2004 19:32:44 +0000 Subject: See bug #53051 + + * em-subscribe-editor.c (subscribe_set_store): fix typo See bug #53051 + + * em-subscribe-editor.c (subscribe_set_store): fix typo in label svn path=/trunk/; revision=24368 --- mail/em-subscribe-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-subscribe-editor.c') diff --git a/mail/em-subscribe-editor.c b/mail/em-subscribe-editor.c index a23af0a333..ae240647bf 100644 --- a/mail/em-subscribe-editor.c +++ b/mail/em-subscribe-editor.c @@ -602,7 +602,7 @@ static void subscribe_set_store(EMSubscribe *sub, CamelStore *store) { if (store == NULL || !camel_store_supports_subscriptions(store)) { - GtkWidget *w = gtk_label_new(_("This store does not support subscriptions, or the are not enabled.")); + GtkWidget *w = gtk_label_new(_("This store does not support subscriptions, or they are not enabled.")); gtk_label_set_line_wrap((GtkLabel *)w, TRUE); sub->widget = gtk_viewport_new(NULL, NULL); -- cgit v1.2.3