aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2006-01-06 23:08:39 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-01-06 23:08:39 +0800
commitae743e85c9635aa16292ec3fffb48020a6ca66b1 (patch)
treea083ddc504130251752c84823c4e86c4aa54ff6e /addressbook/gui/widgets
parentde7b39a1ded4990ab537f805cd237c44fbd16777 (diff)
downloadgsoc2013-evolution-ae743e85c9635aa16292ec3fffb48020a6ca66b1.tar
gsoc2013-evolution-ae743e85c9635aa16292ec3fffb48020a6ca66b1.tar.gz
gsoc2013-evolution-ae743e85c9635aa16292ec3fffb48020a6ca66b1.tar.bz2
gsoc2013-evolution-ae743e85c9635aa16292ec3fffb48020a6ca66b1.tar.lz
gsoc2013-evolution-ae743e85c9635aa16292ec3fffb48020a6ca66b1.tar.xz
gsoc2013-evolution-ae743e85c9635aa16292ec3fffb48020a6ca66b1.tar.zst
gsoc2013-evolution-ae743e85c9635aa16292ec3fffb48020a6ca66b1.zip
changing "cancelled" (British English) to "canceled" (American English).
2006-01-06 Andre Klapper <a9016009@gmx.de> * addressbook/gui/widgets/eab-gui-util.c: * calendar/calendar.error.xml: * calendar/gui/dialogs/task-details-page.glade: * calendar/gui/e-cal-component-preview.c: * calendar/gui/e-cal-model-tasks.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-itip-control.c: * calendar/gui/print.c: * mail/mail-ops.c: * mail/mail-send-recv.c: * mail/mail-session.c: * plugins/itip-formatter/itip-formatter.c: * plugins/itip-formatter/itip-view.c: changing "cancelled" (British English) to "canceled" (American English). Fixes bug 325334. svn path=/trunk/; revision=31088
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r--addressbook/gui/widgets/eab-gui-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c
index 7d210fcdbe..d37de933a9 100644
--- a/addressbook/gui/widgets/eab-gui-util.c
+++ b/addressbook/gui/widgets/eab-gui-util.c
@@ -58,7 +58,7 @@ static const char *status_to_string[] = {
/* E_BOOK_ERROR_CONTACT_NOT_FOUND */ N_("Contact not found"),
/* E_BOOK_ERROR_CONTACT_ID_ALREADY_EXISTS */ N_("Contact ID already exists"),
/* E_BOOK_ERROR_PROTOCOL_NOT_SUPPORTED */ N_("Protocol not supported"),
- /* E_BOOK_ERROR_CANCELLED */ N_("Cancelled"),
+ /* E_BOOK_ERROR_CANCELLED */ N_("Canceled"),
/* E_BOOK_ERROR_COULD_NOT_CANCEL */ N_("Could not cancel"),
/* E_BOOK_ERROR_AUTHENTICATION_FAILED */ N_("Authentication Failed"),
/* E_BOOK_ERROR_AUTHENTICATION_REQUIRED */ N_("Authentication Required"),