diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2009-02-25 02:16:21 +0800 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2009-02-25 02:16:21 +0800 |
commit | 25f326590cf03bdcea4155c269315309d96f9691 (patch) | |
tree | 19ceddb984162953b8365bd0e8050089527b8fff /addressbook | |
parent | 7a234a0f50c2f26e8caef99e1449fee7c2e2e86f (diff) | |
download | gsoc2013-evolution-25f326590cf03bdcea4155c269315309d96f9691.tar.gz gsoc2013-evolution-25f326590cf03bdcea4155c269315309d96f9691.tar.zst gsoc2013-evolution-25f326590cf03bdcea4155c269315309d96f9691.zip |
** Fix for bug #572903
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.
svn path=/trunk/; revision=37317
Diffstat (limited to 'addressbook')
-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> |