aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/org-gnome-mail-to-task.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-08-08 00:05:18 +0800
committerMilan Crha <mcrha@redhat.com>2009-08-08 00:05:18 +0800
commita03f926fd5bc3bad2f5c8884299798290f240ac7 (patch)
treeae993c7ea30a5cd4f396262d0a3526c5de80fc22 /plugins/mail-to-task/org-gnome-mail-to-task.xml
parent33aa045fc2608bd070c3f31f28ac9d3e702f5137 (diff)
downloadgsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar.gz
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar.bz2
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar.lz
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar.xz
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.tar.zst
gsoc2013-evolution-a03f926fd5bc3bad2f5c8884299798290f240ac7.zip
Bug #584030 - [Mail-To-Task] improve duplicate handling and such
Diffstat (limited to 'plugins/mail-to-task/org-gnome-mail-to-task.xml')
-rw-r--r--plugins/mail-to-task/org-gnome-mail-to-task.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/mail-to-task/org-gnome-mail-to-task.xml b/plugins/mail-to-task/org-gnome-mail-to-task.xml
index 98accf4c6c..c3d72b6d09 100644
--- a/plugins/mail-to-task/org-gnome-mail-to-task.xml
+++ b/plugins/mail-to-task/org-gnome-mail-to-task.xml
@@ -1,16 +1,16 @@
<Root>
<commands>
- <cmd name="ConvertEvent" _label="Convert to an _Event"
- _tip="Convert the selected message to a new event"
+ <cmd name="ConvertEvent" _label="Create an _Event"
+ _tip="Create a new event from the selected message"
pixtype="stock" pixname="appointment-new"/>
- <cmd name="ConvertMeeting" _label="Convert to a _Meeting"
- _tip="Convert the selected message to a new meeting"
+ <cmd name="ConvertMeeting" _label="Create a _Meeting"
+ _tip="Create a new meeting from the selected message"
pixtype="stock" pixname="stock_new-meeting"/>
- <cmd name="ConvertTask" _label="Convert to a _Task"
- _tip="Convert the selected message to a new task"
+ <cmd name="ConvertTask" _label="Create a _Task"
+ _tip="Create a new task from the selected message"
pixtype="stock" pixname="stock_todo"/>
- <cmd name="ConvertMemo" _label="Convert to a Mem_o"
- _tip="Convert the selected message to a new memo"
+ <cmd name="ConvertMemo" _label="Create a Mem_o"
+ _tip="Create a new memo from the selected message"
pixtype="stock" pixname="stock_insert-note"/>
</commands>