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 | |
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')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-change-password.glade | 6 | ||||
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/groupwise-features/properties.glade | 4 |
4 files changed, 14 insertions, 5 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>
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> |