diff options
Diffstat (limited to 'plugins')
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/groupwise-features/properties.glade b/plugins/groupwise-features/properties.glade index 4547f3ed43..93d8716612 100644 --- a/plugins/groupwise-features/properties.glade +++ b/plugins/groupwise-features/properties.glade @@ -96,7 +96,7 @@ <widget class="GtkRadioButton" id="radShared"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Shared With ...</property> + <property name="label" translatable="yes">_Shared With...</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> diff --git a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml index 6c9d8070d3..6237fab889 100644 --- a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml +++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml @@ -7,7 +7,7 @@ location="@PLUGINDIR@/liborg-gnome-mailing-list-actions.so" _name="Mailing List Actions"> <author name="Meilof Veeningen" email="meilof@wanadoo.nl"/> - <_description>Provide actions for common mailing list commands (subscribe, unsubscribe, ...).</_description> + <_description>Provide actions for common mailing list commands (subscribe, unsubscribe...).</_description> <hook class="org.gnome.evolution.mail.bonobomenu:1.0"> <menu id="org.gnome.evolution.mail.browser" target="select"> <ui file="@PLUGINDIR@/org-gnome-mailing-list-actions.xml"/> diff --git a/plugins/save-attachments/org-gnome-save-attachments.xml b/plugins/save-attachments/org-gnome-save-attachments.xml index 576190eb70..75f4aef7fb 100644 --- a/plugins/save-attachments/org-gnome-save-attachments.xml +++ b/plugins/save-attachments/org-gnome-save-attachments.xml @@ -1,6 +1,6 @@ <Root> <commands> - <cmd name="EPSASaveAttachments" _label="Save Attachments ..." + <cmd name="EPSASaveAttachments" _label="Save Attachments..." _tip="Save all attachments" pixtype="stock" pixname="Save"/> </commands> |