aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml')
-rw-r--r--plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml32
1 files changed, 18 insertions, 14 deletions
diff --git a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
index 726a9dbaa8..a5b5d73acc 100644
--- a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
+++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
@@ -1,23 +1,27 @@
<Root>
<commands>
- <cmd name="ListHelp" _tip="Get information about the usage of the list this message belongs to"/>
- <cmd name="ListSubscribe" _tip="Subscribe to the mailing list this message belongs to"/>
- <cmd name="ListUnsubscribe" _tip="Unsubscribe to the mailing list this message belongs to"/>
- <cmd name="ListPost" _tip="Post a message to the mailing list this message belongs to"/>
- <cmd name="ListOwner" _tip="Contact the owner of the mailing list this message belongs to"/>
- <cmd name="ListArchive" _tip="Get an archive of the list this message belongs to"/>
+ <cmd name="ListHelp" _label="Get list _usage information" _tip="Get information about the usage of the list this message belongs to"/>
+ <cmd name="ListSubscribe" _label="_Subscribe to list" _tip="Subscribe to the mailing list this message belongs to"/>
+ <cmd name="ListUnsubscribe" _label="_Un-subscribe to list" _tip="Unsubscribe to the mailing list this message belongs to"/>
+ <cmd name="ListPost" _label="_Post message to list" _tip="Post a message to the mailing list this message belongs to"/>
+ <cmd name="ListOwner" _label="Contact list _owner" _tip="Contact the owner of the mailing list this message belongs to"/>
+ <cmd name="ListArchive" _label="Get list _archive" _tip="Get an archive of the list this message belongs to"/>
</commands>
<menu>
<submenu name="Actions">
- <submenu name="List" _label="Mailing _List">
- <menuitem verb="ListHelp" _label="Get list _usage information"/>
- <menuitem verb="ListSubscribe" _label="_Subscribe to list"/>
- <menuitem verb="ListUnsubscribe" _label="_Un-subscribe to list"/>
- <menuitem verb="ListPost" _label="_Post message to list"/>
- <menuitem verb="ListOwner" _label="Contact list _owner"/>
- <menuitem verb="ListArchive" _label="Get list _archive"/>
- </submenu>
+ <placeholder name="ComponentActionsPlaceholder">
+ <placeholder name="MailMessageActions">
+ <submenu name="List" _label="Mailing _List">
+ <menuitem name="ListHelp" verb=""/>
+ <menuitem name="ListSubscribe" verb=""/>
+ <menuitem name="ListUnsubscribe" verb=""/>
+ <menuitem name="ListPost" verb=""/>
+ <menuitem name="ListOwner" verb=""/>
+ <menuitem name="ListArchive" verb=""/>
+ </submenu>
+ </placeholder>
+ </placeholder>
</submenu>
</menu>
</Root>