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-features | |
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-features')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 8 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-compose-send-options.xml | 2 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 1bf828a4f2..214d115e40 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,11 @@ +2008-09-25 Philip Withnall <philip@tecnocode.co.uk> + + ** Fix for bug #553148 + + * org-gnome-compose-send-options.xml: + * org-gnome-groupwise-features.eplug.xml: Standardise "GroupWise" + usage in translatable strings. + 2008-09-24 Sankar P <psankar@novell.com> License Changes diff --git a/plugins/groupwise-features/org-gnome-compose-send-options.xml b/plugins/groupwise-features/org-gnome-compose-send-options.xml index c5947c6a33..25ff89803e 100644 --- a/plugins/groupwise-features/org-gnome-compose-send-options.xml +++ b/plugins/groupwise-features/org-gnome-compose-send-options.xml @@ -1,7 +1,7 @@ <Root> <commands> <cmd name="EPSOSendOptions" _label="Send Options" - _tip="Add Send Options to groupwise messages"/> + _tip="Add Send Options to GroupWise messages"/> </commands> <menu> diff --git a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml index 47f74060ec..7a707fdcc9 100644 --- a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml +++ b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <e-plugin-list> - <e-plugin id="org.gnome.evolution.groupwise_features" type="shlib" _name="Groupwise Features" + <e-plugin id="org.gnome.evolution.groupwise_features" type="shlib" _name="GroupWise Features" location="@PLUGINDIR@/liborg-gnome-groupwise-features@SOEXT@"> <author name="Sivaiah Nallagatla" email="snallagatla@novell.com" /> <author name="Vivek Jain" email="jvivek@novell.com" /> @@ -10,7 +10,7 @@ <author name="Shreyas Srinivasan" email="sshreyas@novell.com"/> <author name="Raghavendran R" email="raghavguru7@gmail.com"/> - <_description>A plugin for the features in Groupwise accounts.</_description> + <_description>A plugin for the features in GroupWise accounts.</_description> <hook class="org.gnome.evolution.mail.config:1.0"> <group id="org.gnome.evolution.mail.folderConfig" target="folder" check= "shared_folder_check" |