diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-07-19 21:04:46 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-07-19 21:04:46 +0800 |
commit | 6c1f2fedd31d2933b60965aadc70e3298e9f7e51 (patch) | |
tree | 13d1e015c31176757338165d8b18b434e202ed07 | |
parent | ca21d3639c916c71dbd077588760bf45e0a14485 (diff) | |
download | gsoc2013-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
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/dialogs/calendar-setup.c | 4 |
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 }, |