aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.c
diff options
context:
space:
mode:
authorChristian Neumair <cneumair@src.gnome.org>2004-02-12 03:34:48 +0800
committerChristian Neumair <cneumair@src.gnome.org>2004-02-12 03:34:48 +0800
commitf4206679edf2e98c4f6c952e7fe47fd875bda272 (patch)
treec530e0f48b2861f771617c60c93a7becf74a7c8a /mail/mail-component.c
parent957f1e9b8dbbc96161c00101bcf507fcfc43dbc3 (diff)
downloadgsoc2013-evolution-f4206679edf2e98c4f6c952e7fe47fd875bda272.tar
gsoc2013-evolution-f4206679edf2e98c4f6c952e7fe47fd875bda272.tar.gz
gsoc2013-evolution-f4206679edf2e98c4f6c952e7fe47fd875bda272.tar.bz2
gsoc2013-evolution-f4206679edf2e98c4f6c952e7fe47fd875bda272.tar.lz
gsoc2013-evolution-f4206679edf2e98c4f6c952e7fe47fd875bda272.tar.xz
gsoc2013-evolution-f4206679edf2e98c4f6c952e7fe47fd875bda272.tar.zst
gsoc2013-evolution-f4206679edf2e98c4f6c952e7fe47fd875bda272.zip
"On this computer" -> "On This Computer".
svn path=/trunk/; revision=24713
Diffstat (limited to 'mail/mail-component.c')
-rw-r--r--mail/mail-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-component.c b/mail/mail-component.c
index 2efe4d7a75..edc0866398 100644
--- a/mail/mail-component.c
+++ b/mail/mail-component.c
@@ -170,7 +170,7 @@ mc_setup_local_store(MailComponent *mc)
g_object_ref(mc);
camel_object_ref(p->local_store);
- mail_async_event_emit(p->async_event, MAIL_ASYNC_GUI, (MailAsyncFunc)mc_add_store, p->local_store, _("On this Computer"), mc);
+ mail_async_event_emit(p->async_event, MAIL_ASYNC_GUI, (MailAsyncFunc)mc_add_store, p->local_store, _("On This Computer"), mc);
return;
fail: