aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/calendar-setup.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2006-07-19 21:04:46 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-07-19 21:04:46 +0800
commit6c1f2fedd31d2933b60965aadc70e3298e9f7e51 (patch)
tree13d1e015c31176757338165d8b18b434e202ed07 /calendar/gui/dialogs/calendar-setup.c
parentca21d3639c916c71dbd077588760bf45e0a14485 (diff)
downloadgsoc2013-evolution-6c1f2fedd31d2933b60965aadc70e3298e9f7e51.tar
gsoc2013-evolution-6c1f2fedd31d2933b60965aadc70e3298e9f7e51.tar.gz
gsoc2013-evolution-6c1f2fedd31d2933b60965aadc70e3298e9f7e51.tar.bz2
gsoc2013-evolution-6c1f2fedd31d2933b60965aadc70e3298e9f7e51.tar.lz
gsoc2013-evolution-6c1f2fedd31d2933b60965aadc70e3298e9f7e51.tar.xz
gsoc2013-evolution-6c1f2fedd31d2933b60965aadc70e3298e9f7e51.tar.zst
gsoc2013-evolution-6c1f2fedd31d2933b60965aadc70e3298e9f7e51.zip
harmonize strings. Fixes bug #346552.
2006-07-19 Andre Klapper <a9016009@gmx.de> * gui/dialogs/calendar-setup.c: harmonize strings. Fixes bug #346552. svn path=/trunk/; revision=32348
Diffstat (limited to 'calendar/gui/dialogs/calendar-setup.c')
-rw-r--r--calendar/gui/dialogs/calendar-setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/calendar-setup.c b/calendar/gui/dialogs/calendar-setup.c
index 755f81a2c9..ab091bcade 100644
--- a/calendar/gui/dialogs/calendar-setup.c
+++ b/calendar/gui/dialogs/calendar-setup.c
@@ -377,7 +377,7 @@ static ECalConfigItem eccp_items[] = {
static ECalConfigItem ectp_items[] = {
{ E_CONFIG_BOOK, "", NULL },
{ E_CONFIG_PAGE, "00.general", N_("General") },
- { E_CONFIG_SECTION_TABLE, "00.general/00.source", N_("Tasks List") },
+ { E_CONFIG_SECTION_TABLE, "00.general/00.source", N_("Task List") },
{ E_CONFIG_ITEM_TABLE, "00.general/00.source/00.type", NULL, eccp_get_source_type },
{ E_CONFIG_ITEM_TABLE, "00.general/00.source/10.name", NULL, eccp_get_source_name },
{ E_CONFIG_ITEM_TABLE, "00.general/00.source/20.color", NULL, eccp_get_source_color },
@@ -388,7 +388,7 @@ static ECalConfigItem ectp_items[] = {
static ECalConfigItem ecmp_items[] = {
{ E_CONFIG_BOOK, "", NULL },
{ E_CONFIG_PAGE, "00.general", N_("General") },
- { E_CONFIG_SECTION_TABLE, "00.general/00.source", N_("Memos List") },
+ { E_CONFIG_SECTION_TABLE, "00.general/00.source", N_("Memo List") },
{ E_CONFIG_ITEM_TABLE, "00.general/00.source/00.type", NULL, eccp_get_source_type },
{ E_CONFIG_ITEM_TABLE, "00.general/00.source/10.name", NULL, eccp_get_source_name },
{ E_CONFIG_ITEM_TABLE, "00.general/00.source/20.color", NULL, eccp_get_source_color },