diff options
author | Francisco Javier F. Serrador <serrador@openshine.com> | 2006-10-15 22:23:02 +0800 |
---|---|---|
committer | Francisco Javier Fernandez Serrador <serrador@src.gnome.org> | 2006-10-15 22:23:02 +0800 |
commit | c40dcb66784ac80ca556c7099c2bca2e1ad86d75 (patch) | |
tree | 5d174f281838ffcd5431d022f5d389f6f3e40ec9 /plugins | |
parent | d93338ea5fbd679162ceb3065538f1c94cce6cb3 (diff) | |
download | gsoc2013-evolution-c40dcb66784ac80ca556c7099c2bca2e1ad86d75.tar.gz gsoc2013-evolution-c40dcb66784ac80ca556c7099c2bca2e1ad86d75.tar.zst gsoc2013-evolution-c40dcb66784ac80ca556c7099c2bca2e1ad86d75.zip |
addressbook/importers/evolution-ldif-importer.c
2006-10-15 Francisco Javier F. Serrador <serrador@openshine.com>
* addressbook/gui/widgets/eab-contact-display.c:
addressbook/importers/evolution-ldif-importer.c
addressbook/importers/evolution-vcard-importer.c
calendar/importers/icalendar-importer.c
plugins/groupwise-features/properties.glade
plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml
plugins/save-attachments/org-gnome-save-attachments.xml
shell/shell.error.xml : Make some string improvements to allow better
use of gettext compendia.
svn path=/trunk/; revision=32879
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> |