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 /widgets/misc | |
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 'widgets/misc')
-rw-r--r-- | widgets/misc/ChangeLog | 6 | ||||
-rw-r--r-- | widgets/misc/e-attachment.glade | 6 | ||||
-rw-r--r-- | widgets/misc/gal-categories.glade | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 75fd7d9f78..a8dcc07b27 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2006-07-18 Andre Klapper <a9016009@gmx.de> + + * e-attachment.glade: + * gal-categories.glade: + remove "*" from translation. Fixes bug #331147. + 2006-07-17 Sankar P <psankar@novell.com> * Replaced classification with security in the send-options diff --git a/widgets/misc/e-attachment.glade b/widgets/misc/e-attachment.glade index dc228eef70..0471b6accb 100644 --- a/widgets/misc/e-attachment.glade +++ b/widgets/misc/e-attachment.glade @@ -76,7 +76,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> @@ -98,7 +98,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> @@ -191,7 +191,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> diff --git a/widgets/misc/gal-categories.glade b/widgets/misc/gal-categories.glade index 40f034999b..97a295bd44 100644 --- a/widgets/misc/gal-categories.glade +++ b/widgets/misc/gal-categories.glade @@ -81,7 +81,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> |