diff options
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/em-subscribe-editor.c | 2 |
2 files changed, 7 insertions, 1 deletions
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 <gekker@novell.com> + + ** See bug #53051 + + * em-subscribe-editor.c (subscribe_set_store): fix typo in label + 2004-01-22 Radek Doulik <rodo@ximian.com> * 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); |