diff options
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-change-password.glade | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 8a1d2b25b9..bbf4a22930 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2006-07-18 Andre Klapper <a9016009@gmx.de> + + * exchange-change-password.glade: + remove "*" from translation. Fixes bug #331147. + 2006-07-13 Andre Klapper <a9016009@gmx.de> * exchange-permissions-dialog.glade: remove empty strings from diff --git a/plugins/exchange-operations/exchange-change-password.glade b/plugins/exchange-operations/exchange-change-password.glade index fa49da6270..ecff9028a4 100644 --- a/plugins/exchange-operations/exchange-change-password.glade +++ b/plugins/exchange-operations/exchange-change-password.glade @@ -175,7 +175,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>
@@ -196,7 +196,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>
@@ -217,7 +217,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>
|