diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2008-09-26 01:04:44 +0800 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-09-26 01:04:44 +0800 |
commit | eb725acfbf3becac27e2e972fc3eaf41cbe4e7eb (patch) | |
tree | 21d9f1adad19b6d3df2b921555cf0655ba58e329 /addressbook | |
parent | 9bc9edb259629a441ee80eb7b3b251fb0ac2efd4 (diff) | |
download | gsoc2013-evolution-eb725acfbf3becac27e2e972fc3eaf41cbe4e7eb.tar.gz gsoc2013-evolution-eb725acfbf3becac27e2e972fc3eaf41cbe4e7eb.tar.zst gsoc2013-evolution-eb725acfbf3becac27e2e972fc3eaf41cbe4e7eb.zip |
** Fix for bug #553148
2008-09-25 Philip Withnall <philip@tecnocode.co.uk>
** Fix for bug #553148
* addressbook/gui/contact-editor/contact-editor.glade:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* composer/mail-composer.error.xml:
*
plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
* plugins/groupwise-features/org-gnome-compose-send-options.xml:
*
plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml:
Standardise "GroupWise" usage in translatable strings.
svn path=/trunk/; revision=36453
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 8 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-im.c | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 870f836a1d..c5502d07c4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2008-09-25 Philip Withnall <philip@tecnocode.co.uk> + + ** Fix for bug #553148 + + * gui/contact-editor/contact-editor.glade: + * gui/contact-editor/e-contact-editor-im.c: Standardise "GroupWise" + usage in translatable strings. + 2008-09-24 Sankar P <psankar@novell.com> License Changes diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index 2d6854cca1..bc6cbf1e54 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -1422,7 +1422,7 @@ <child> <widget class="GtkMenuItem" id="menuitem389"> <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> diff --git a/addressbook/gui/contact-editor/e-contact-editor-im.c b/addressbook/gui/contact-editor/e-contact-editor-im.c index 6121eb8be8..7facb68b45 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-im.c +++ b/addressbook/gui/contact-editor/e-contact-editor-im.c @@ -52,7 +52,7 @@ enum { static const char *im_labels[] = { N_("AOL Instant Messenger"), - N_("Novell Groupwise"), + N_("Novell GroupWise"), N_("Jabber"), N_("Yahoo Messenger"), N_("Gadu-Gadu Messenger"), |