From 6c1f2fedd31d2933b60965aadc70e3298e9f7e51 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Wed, 19 Jul 2006 13:04:46 +0000 Subject: harmonize strings. Fixes bug #346552. 2006-07-19 Andre Klapper * gui/dialogs/calendar-setup.c: harmonize strings. Fixes bug #346552. svn path=/trunk/; revision=32348 --- calendar/gui/dialogs/calendar-setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/dialogs/calendar-setup.c') 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 }, -- cgit v1.2.3