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 /calendar/calendar.error.xml | |
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 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index c7bd8f973a..d262bb8495 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -2,8 +2,8 @@ <error-list domain="calendar"> <error id="prompt-cancel-meeting" type="question" defult="GTK_RESPONSE_YES"> - <_primary>Would you like to send all the participants a cancellation notice?</_primary> - <_secondary>If you do not send a cancellation notice, the other participants may not know the meeting is cancelled.</_secondary> + <_primary>Would you like to send all the participants a cancelation notice?</_primary> + <_secondary>If you do not send a cancelation notice, the other participants may not know the meeting is canceled.</_secondary> <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send Notice" response="GTK_RESPONSE_YES"/> </error> @@ -16,8 +16,8 @@ </error> <error id="prompt-cancel-task" type="question" defult="GTK_RESPONSE_YES"> - <_primary>Would you like to send all the participants a cancellation notice?</_primary> - <_secondary>If you do not send a cancellation notice, the other participants may not know the task has been deleted.</_secondary> + <_primary>Would you like to send all the participants a cancelation notice?</_primary> + <_secondary>If you do not send a cancelation notice, the other participants may not know the task has been deleted.</_secondary> <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send Notice" response="GTK_RESPONSE_YES"/> </error> @@ -30,8 +30,8 @@ </error> <error id="prompt-cancel-journal" type="question" defult="GTK_RESPONSE_YES"> - <_primary>Would you like to send a cancellation notice for this journal entry?</_primary> - <_secondary>If you do not send a cancellation notice, the other participants may not know the journal has been deleted.</_secondary> + <_primary>Would you like to send a cancelation notice for this journal entry?</_primary> + <_secondary>If you do not send a cancelation notice, the other participants may not know the journal has been deleted.</_secondary> <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send Notice" response="GTK_RESPONSE_YES"/> </error> |