aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-08-17 04:56:42 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-08-17 04:56:42 +0800
commita260eb956d54acdeb57b69d5b2d610c97217509c (patch)
tree77492372a06b36f1d7cea0bccf2c365eff70d8d1 /ui
parent8399cad79100c86a408761148b00ce64964cbbaa (diff)
downloadgsoc2013-evolution-a260eb956d54acdeb57b69d5b2d610c97217509c.tar
gsoc2013-evolution-a260eb956d54acdeb57b69d5b2d610c97217509c.tar.gz
gsoc2013-evolution-a260eb956d54acdeb57b69d5b2d610c97217509c.tar.bz2
gsoc2013-evolution-a260eb956d54acdeb57b69d5b2d610c97217509c.tar.lz
gsoc2013-evolution-a260eb956d54acdeb57b69d5b2d610c97217509c.tar.xz
gsoc2013-evolution-a260eb956d54acdeb57b69d5b2d610c97217509c.tar.zst
gsoc2013-evolution-a260eb956d54acdeb57b69d5b2d610c97217509c.zip
rename menu item to Assign Task and tidy
2001-08-16 JP Rosevear <jpr@ximian.com> * evolution-task-editor.xml: rename menu item to Assign Task and tidy svn path=/trunk/; revision=12124
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-task-editor.xml10
2 files changed, 10 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index a0d429d8bb..f9b2d2240e 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-16 JP Rosevear <jpr@ximian.com>
+
+ * evolution-task-editor.xml: rename menu item to Assign Task and
+ tidy
+
2001-08-16 Anna Marie Dirks <anna@ximian.com>
* evolution-mail-message.xml : removed the Print Setup menu
diff --git a/ui/evolution-task-editor.xml b/ui/evolution-task-editor.xml
index 4b72714659..f9fe541784 100644
--- a/ui/evolution-task-editor.xml
+++ b/ui/evolution-task-editor.xml
@@ -2,14 +2,14 @@
<commands>
- <cmd name="ActionDelegateTask" _label="Delegate Task"
- _tip="Schedule a meeting for this item"/>
+ <cmd name="ActionAssignTask" _label="Assign Task"
+ _tip="Assign this task to others"/>
<cmd name="ActionRefreshTask" _label="Re_fresh Task"
- _tip="Obtain the latest meeting information"/>
+ _tip="Obtain the latest task information"/>
<cmd name="ActionCancelTask" _label="Cancel Task"
- _tip="Cancel the meeting for this item"/>
+ _tip="Cancel this task"/>
<cmd name="ActionForward" _label="Forward as i_Calendar"
_tip="Forward this item via email"/>
@@ -22,7 +22,7 @@
<placeholder name="Actions">
- <menuitem name="ActionDelegateTask" verb=""/>
+ <menuitem name="ActionAssignTask" verb=""/>
<menuitem name="ActionRefreshTask" verb=""/>