aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/dialogs/calendar-setup.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f80a92e8b7..77b4493998 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-19 Andre Klapper <a9016009@gmx.de>
+
+ * gui/dialogs/calendar-setup.c: harmonize strings.
+ Fixes bug #346552.
+
2006-07-18 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml: removing duplicated error messages, fixing
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 },