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/gui/e-calendar-table.c | |
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/gui/e-calendar-table.c')
-rw-r--r-- | calendar/gui/e-calendar-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index b6788c6cb8..5ac2e52d2a 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -461,7 +461,7 @@ e_calendar_table_init (ECalendarTable *cal_table) strings = g_list_append (strings, (char*) _("Not Started")); strings = g_list_append (strings, (char*) _("In Progress")); strings = g_list_append (strings, (char*) _("Completed")); - strings = g_list_append (strings, (char*) _("Cancelled")); + strings = g_list_append (strings, (char*) _("Canceled")); e_cell_combo_set_popdown_strings (E_CELL_COMBO (popup_cell), strings); |