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/groupwise-features/properties.glade | |
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/groupwise-features/properties.glade')
-rw-r--r-- | plugins/groupwise-features/properties.glade | 2 |
1 files changed, 1 insertions, 1 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> |