diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-01-06 23:08:39 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-06 23:08:39 +0800 |
commit | ae743e85c9635aa16292ec3fffb48020a6ca66b1 (patch) | |
tree | a083ddc504130251752c84823c4e86c4aa54ff6e /addressbook/gui | |
parent | de7b39a1ded4990ab537f805cd237c44fbd16777 (diff) | |
download | gsoc2013-evolution-ae743e85c9635aa16292ec3fffb48020a6ca66b1.tar.gz 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')
-rw-r--r-- | addressbook/gui/widgets/eab-gui-util.c | 2 |
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"), |