aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscribe-editor.c
diff options
context:
space:
mode:
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);