aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2005-12-30 12:15:33 +0800
committerAndre Klapper <aklapper@src.gnome.org>2005-12-30 12:15:33 +0800
commita9eaa8d3bf362b020ee07d8e26fbd97ad13627fd (patch)
treeb82326adac7bca568179ecf6f0dac7b28d7296c7 /mail
parentacf3cb7653d55ce831c476983d2bc7619766467d (diff)
downloadgsoc2013-evolution-a9eaa8d3bf362b020ee07d8e26fbd97ad13627fd.tar
gsoc2013-evolution-a9eaa8d3bf362b020ee07d8e26fbd97ad13627fd.tar.gz
gsoc2013-evolution-a9eaa8d3bf362b020ee07d8e26fbd97ad13627fd.tar.bz2
gsoc2013-evolution-a9eaa8d3bf362b020ee07d8e26fbd97ad13627fd.tar.lz
gsoc2013-evolution-a9eaa8d3bf362b020ee07d8e26fbd97ad13627fd.tar.xz
gsoc2013-evolution-a9eaa8d3bf362b020ee07d8e26fbd97ad13627fd.tar.zst
gsoc2013-evolution-a9eaa8d3bf362b020ee07d8e26fbd97ad13627fd.zip
changing "canceled" to "cancelled" to stay consistant to the rest. Fixes
2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/mail/mail-session.c, evolution/calendar/calendar.error.xml: changing "canceled" to "cancelled" to stay consistant to the rest. Fixes bug 325116. svn path=/trunk/; revision=30974
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-session.c b/mail/mail-session.c
index b132130616..d8ebb0ec13 100644
--- a/mail/mail-session.c
+++ b/mail/mail-session.c
@@ -238,7 +238,7 @@ get_password (CamelSession *session, CamelService *service, const char *domain,
g_free(url);
if (ret == NULL)
- camel_exception_set(ex, CAMEL_EXCEPTION_USER_CANCEL, _("User canceled operation."));
+ camel_exception_set(ex, CAMEL_EXCEPTION_USER_CANCEL, _("User cancelled operation."));
return ret;
}