diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-permissions-dialog.glade | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index fb8ddbb117..8a1d2b25b9 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2006-07-13 Andre Klapper <a9016009@gmx.de> + + * exchange-permissions-dialog.glade: remove empty strings from + translation + 2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fixes bug #341369 diff --git a/plugins/exchange-operations/exchange-permissions-dialog.glade b/plugins/exchange-operations/exchange-permissions-dialog.glade index 348531cd11..71bb0b0705 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.glade +++ b/plugins/exchange-operations/exchange-permissions-dialog.glade @@ -116,7 +116,7 @@ <child> <widget class="GtkLabel" id="label6"> <property name="visible">True</property> - <property name="label" translatable="yes"> </property> + <property name="label" translatable="no"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -140,7 +140,7 @@ <child> <widget class="GtkLabel" id="label7"> <property name="visible">True</property> - <property name="label" translatable="yes"> </property> + <property name="label" translatable="no"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |