From a9eaa8d3bf362b020ee07d8e26fbd97ad13627fd Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Fri, 30 Dec 2005 04:15:33 +0000 Subject: changing "canceled" to "cancelled" to stay consistant to the rest. Fixes 2005-12-30 Andre Klapper * 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 --- mail/mail-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-session.c') 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; } -- cgit v1.2.3