diff options
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-permissions-dialog.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 56328df752..bcdd87b4dd 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2007-07-30 Andre Klapper <a9016009@gmx.de> + + * exchange-permissions-dialog.glade: + remove "window1" string from translation + 2007-07-30 Chenthill Palanisamy <pchenthill@novell.com> * exchange-delegates-user.c: (map_to_full_role_name), diff --git a/plugins/exchange-operations/exchange-permissions-dialog.glade b/plugins/exchange-operations/exchange-permissions-dialog.glade index 71bb0b0705..cf566fc0e4 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.glade +++ b/plugins/exchange-operations/exchange-permissions-dialog.glade @@ -6,7 +6,7 @@ <widget class="GtkWindow" id="window1"> <property name="visible">True</property> - <property name="title" translatable="yes">window1</property> + <property name="title" translatable="no">window1</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> |