diff options
author | Andre Klapper <a9016009@gmx.de> | 2005-12-30 12:15:33 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2005-12-30 12:15:33 +0800 |
commit | a9eaa8d3bf362b020ee07d8e26fbd97ad13627fd (patch) | |
tree | b82326adac7bca568179ecf6f0dac7b28d7296c7 /mail | |
parent | acf3cb7653d55ce831c476983d2bc7619766467d (diff) | |
download | gsoc2013-evolution-a9eaa8d3bf362b020ee07d8e26fbd97ad13627fd.tar.gz 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.c | 2 |
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; } |