aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscribe-editor.c
diff options
context:
space:
mode:
authorGary Ekker <gekker@src.gnome.org>2004-01-23 03:32:44 +0800
committerGary Ekker <gekker@src.gnome.org>2004-01-23 03:32:44 +0800
commitf75a1e4af4a65540efc295160cc884f762ed31a3 (patch)
treec3f45be2a3098c91a19df9458f9959e0bd6faa2a /mail/em-subscribe-editor.c
parentc646e6e511e48a3a6591198a95e65b64cf7efd2f (diff)
downloadgsoc2013-evolution-f75a1e4af4a65540efc295160cc884f762ed31a3.tar
gsoc2013-evolution-f75a1e4af4a65540efc295160cc884f762ed31a3.tar.gz
gsoc2013-evolution-f75a1e4af4a65540efc295160cc884f762ed31a3.tar.bz2
gsoc2013-evolution-f75a1e4af4a65540efc295160cc884f762ed31a3.tar.lz
gsoc2013-evolution-f75a1e4af4a65540efc295160cc884f762ed31a3.tar.xz
gsoc2013-evolution-f75a1e4af4a65540efc295160cc884f762ed31a3.tar.zst
gsoc2013-evolution-f75a1e4af4a65540efc295160cc884f762ed31a3.zip
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
Diffstat (limited to 'mail/em-subscribe-editor.c')
-rw-r--r--mail/em-subscribe-editor.c2
1 files changed, 1 insertions, 1 deletions
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);