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/ChangeLog | 6 ++++++ mail/em-subscribe-editor.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index a910ba0b91..8c344461c1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2004-01-22 Gary Ekker + + ** See bug #53051 + + * em-subscribe-editor.c (subscribe_set_store): fix typo in label + 2004-01-22 Radek Doulik * em-junk-filter.c (em_junk_sa_test_spamd): uncomment system wide 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