aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/tasks-component.c
diff options
context:
space:
mode:
authorUshveen Kaur <kushveen@novell.com>2006-07-08 21:29:37 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-07-08 21:29:37 +0800
commit03f81defc129865387094b238acf43e5362d931b (patch)
tree505a26373d1da5af9bf9f2392f1869b9b6a380a5 /calendar/gui/tasks-component.c
parentde1402602eb52077666597f188616718175f3ec9 (diff)
downloadgsoc2013-evolution-03f81defc129865387094b238acf43e5362d931b.tar
gsoc2013-evolution-03f81defc129865387094b238acf43e5362d931b.tar.gz
gsoc2013-evolution-03f81defc129865387094b238acf43e5362d931b.tar.bz2
gsoc2013-evolution-03f81defc129865387094b238acf43e5362d931b.tar.lz
gsoc2013-evolution-03f81defc129865387094b238acf43e5362d931b.tar.xz
gsoc2013-evolution-03f81defc129865387094b238acf43e5362d931b.tar.zst
gsoc2013-evolution-03f81defc129865387094b238acf43e5362d931b.zip
Fixes #332230.
2006-07-08 Ushveen Kaur <kushveen@novell.com> Fixes #332230. * gui/memos-component.c: * gui/tasks-component.c: Fixes mnemonic conflicts in the "New" menu. svn path=/trunk/; revision=32261
Diffstat (limited to 'calendar/gui/tasks-component.c')
-rw-r--r--calendar/gui/tasks-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c
index 965fc26430..35ddd3b0bd 100644
--- a/calendar/gui/tasks-component.c
+++ b/calendar/gui/tasks-component.c
@@ -1184,7 +1184,7 @@ impl__get_userCreatableItems (PortableServer_Servant servant,
list->_buffer[2].id = CREATE_TASK_LIST_ID;
list->_buffer[2].description = _("New task list");
- list->_buffer[2].menuDescription = _("Task l_ist");
+ list->_buffer[2].menuDescription = _("Tas_k list");
list->_buffer[2].tooltip = _("Create a new task list");
list->_buffer[2].menuShortcut = '\0';
list->_buffer[2].iconName = "stock_todo";