diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-07-19 06:32:56 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-07-19 06:32:56 +0800 |
commit | 5b4a0d775606e884e044849957b6782650443cd6 (patch) | |
tree | d1c5fe4604469951e5af3a088d944a1e6b18f86a /plugins/groupwise-features | |
parent | 86e9c632618339d81b72f4af5f269168e7b7a8d0 (diff) | |
download | gsoc2013-evolution-5b4a0d775606e884e044849957b6782650443cd6.tar.gz gsoc2013-evolution-5b4a0d775606e884e044849957b6782650443cd6.tar.zst gsoc2013-evolution-5b4a0d775606e884e044849957b6782650443cd6.zip |
remove "*" from translation. Fixes bug #331147.
2006-07-18 Andre Klapper <a9016009@gmx.de>
* addressbook/gui/contact-editor/contact-editor.glade:
* addressbook/gui/contact-editor/fullname.glade:
* addressbook/gui/contact-editor/fulladdr.glade:
* addressbook/gui/contact-editor/im.glade:
* addressbook/gui/contact-list-editor/contact-list-editor.glade:
* calendar/gui/dialogs/calendar-setup.glade:
* calendar/gui/dialogs/new-calendar.glade:
* calendar/gui/dialogs/new-task-list.glade:
* calendar/gui/dialogs/url-editor-dialog.glade:
* mail/message-tags.glade:
* plugins/exchange-operations/exchange-change-password.glade:
* plugins/groupwise-features/properties.glade:
* widgets/e-timezone-dialog/e-timezone-dialog.glade:
* widgets/menus/gal-view-instance-save-as-dialog.glade:
* widgets/menus/gal-view-new-dialog.glade:
* widgets/misc/e-attachment.glade:
* widgets/misc/gal-categories.glade:
remove "*" from translation. Fixes bug #331147.
svn path=/trunk/; revision=32340
Diffstat (limited to 'plugins/groupwise-features')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/groupwise-features/properties.glade | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index d65a69387a..af8f6ab5bc 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,7 @@ +2006-07-18 Andre Klapper <a9016009@gmx.de> + + * properties.glade: remove "*" from translation. Fixes bug #331147. + 2006-07-17 Sankar P <psankar@novell.com> * mail-retract.c: (retract_mail_settings) diff --git a/plugins/groupwise-features/properties.glade b/plugins/groupwise-features/properties.glade index 03fea277b7..4547f3ed43 100644 --- a/plugins/groupwise-features/properties.glade +++ b/plugins/groupwise-features/properties.glade @@ -166,7 +166,7 @@ <property name="max_length">0</property> <property name="text" translatable="yes"></property> <property name="has_frame">True</property> - <property name="invisible_char" translatable="yes">*</property> + <property name="invisible_char">*</property> <property name="activates_default">False</property> </widget> <packing> @@ -699,7 +699,7 @@ <property name="max_length">0</property> <property name="text" translatable="yes"></property> <property name="has_frame">True</property> - <property name="invisible_char" translatable="yes">*</property> + <property name="invisible_char">*</property> <property name="activates_default">False</property> </widget> <packing> |