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 /plugins/groupwise-account-setup | |
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 'plugins/groupwise-account-setup')
-rw-r--r-- | plugins/groupwise-account-setup/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog index 3eb01e4627..8674762787 100644 --- a/plugins/groupwise-account-setup/ChangeLog +++ b/plugins/groupwise-account-setup/ChangeLog @@ -1,3 +1,10 @@ +2008-09-25 Philip Withnall <philip@tecnocode.co.uk> + + ** Fix for bug #553148 + + * org-gnome-gw-account-setup.eplug.xml: Standardise "GroupWise" + usage in translatable strings. + 2008-09-02 Sankar P <psankar@novell.com> License Changes diff --git a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml index 3174226137..d8f52a49f5 100644 --- a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml +++ b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <e-plugin-list> - <e-plugin id="org.gnome.evolution.plugin.gw-account-setup" type="shlib" _name="Groupwise Account Setup" + <e-plugin id="org.gnome.evolution.plugin.gw-account-setup" type="shlib" _name="GroupWise Account Setup" location="@PLUGINDIR@/liborg-gnome-gw-account-setup@SOEXT@" load-on-startup="true" system_plugin="true"> <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/> - <_description>A plugin to setup groupwise calendar and contacts sources.</_description> + <_description>A plugin to setup GroupWise calendar and contacts sources.</_description> <hook class="org.gnome.evolution.mail.config:1.0"> <group target="account" id="org.gnome.evolution.mail.config.accountDruid"> |