diff options
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> |