aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/org-gnome-mail-to-task.xml
diff options
context:
space:
mode:
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>