diff options
-rw-r--r-- | addressbook/ChangeLog | 8 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bec876906d..f39b8acf5b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2009-02-24 Philip Withnall <philip@tecnocode.co.uk> + + ** Fix for bug #572903 + + * gui/contact-editor/contact-editor.glade: Change "Novell Groupwise" + to "Novell GroupWise". Doesn't break string freeze, as the latter + string already exists. + 2009-02-12 Milan Crha <mcrha@redhat.com> ** Fix for bug #404232 diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index bc6cbf1e54..1f3af8d208 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -1494,7 +1494,7 @@ <child> <widget class="GtkMenuItem" id="menuitem392"> <property name="visible">True</property> - <property name="label" translatable="yes">Novell Groupwise</property> + <property name="label" translatable="yes">Novell GroupWise</property> <property name="use_underline">True</property> <signal name="activate" handler="on_novell_groupwise1_activate" last_modification_time="Fri, 12 Mar 2004 18:38:59 GMT"/> </widget> @@ -1566,7 +1566,7 @@ <child> <widget class="GtkMenuItem" id="menuitem395"> <property name="visible">True</property> - <property name="label" translatable="yes">Novell Groupwise</property> + <property name="label" translatable="yes">Novell GroupWise</property> <property name="use_underline">True</property> <signal name="activate" handler="on_novell_groupwise1_activate" last_modification_time="Fri, 12 Mar 2004 18:38:59 GMT"/> </widget> @@ -1638,7 +1638,7 @@ <child> <widget class="GtkMenuItem" id="menuitem421"> <property name="visible">True</property> - <property name="label" translatable="yes">Novell Groupwise</property> + <property name="label" translatable="yes">Novell GroupWise</property> <property name="use_underline">True</property> <signal name="activate" handler="on_novell_groupwise1_activate" last_modification_time="Fri, 12 Mar 2004 18:38:59 GMT"/> </widget> |