aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2006-07-08 21:04:01 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-07-08 21:04:01 +0800
commitde1402602eb52077666597f188616718175f3ec9 (patch)
tree86bb52439688e9b8631bb92575464c73767ebc16 /plugins
parentd6d8b20ff80214839870b1f277731aefc33461c5 (diff)
downloadgsoc2013-evolution-de1402602eb52077666597f188616718175f3ec9.tar
gsoc2013-evolution-de1402602eb52077666597f188616718175f3ec9.tar.gz
gsoc2013-evolution-de1402602eb52077666597f188616718175f3ec9.tar.bz2
gsoc2013-evolution-de1402602eb52077666597f188616718175f3ec9.tar.lz
gsoc2013-evolution-de1402602eb52077666597f188616718175f3ec9.tar.xz
gsoc2013-evolution-de1402602eb52077666597f188616718175f3ec9.tar.zst
gsoc2013-evolution-de1402602eb52077666597f188616718175f3ec9.zip
Fixing header capitalization in menu. Fixes bug #323952. (Committed by
2006-07-08 Matthew Barnes <mbarnes@redhat.com> * org-gnome-mailing-list-actions.xml: Fixing header capitalization in menu. Fixes bug #323952. (Committed by Andre Klapper) svn path=/trunk/; revision=32260
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mailing-list-actions/ChangeLog5
-rw-r--r--plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml12
2 files changed, 11 insertions, 6 deletions
diff --git a/plugins/mailing-list-actions/ChangeLog b/plugins/mailing-list-actions/ChangeLog
index b5efe26fd6..5592976980 100644
--- a/plugins/mailing-list-actions/ChangeLog
+++ b/plugins/mailing-list-actions/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-08 Matthew Barnes <mbarnes@redhat.com>
+
+ * org-gnome-mailing-list-actions.xml: Fixing header capitalization
+ in menu. Fixes bug #323952. (Committed by Andre Klapper)
+
2005-10-19 Philip Van Hoof <pvanhoof@gnome.org>
composer/e-msg-composer-select-file.c,
composer/e-msg-composer.c, composer/e-msg-composer.h,
diff --git a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
index 2fd6ba41c7..980f15bdd7 100644
--- a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
+++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
@@ -12,12 +12,12 @@
<placeholder name="MessagePlaceholder">
<submenu name="Message">
<submenu name="List" _label="Mailing _List">
- <menuitem verb="ListHelp" _label="Get list _usage information"/>
- <menuitem verb="ListSubscribe" _label="_Subscribe to list"/>
- <menuitem verb="ListUnsubscribe" _label="_Un-subscribe to list"/>
- <menuitem verb="ListPost" _label="_Post message to list"/>
- <menuitem verb="ListOwner" _label="Contact list _owner"/>
- <menuitem verb="ListArchive" _label="Get list _archive"/>
+ <menuitem verb="ListHelp" _label="Get List _Usage Information"/>
+ <menuitem verb="ListSubscribe" _label="_Subscribe to List"/>
+ <menuitem verb="ListUnsubscribe" _label="_Unsubscribe from List"/>
+ <menuitem verb="ListPost" _label="_Post Message to List"/>
+ <menuitem verb="ListOwner" _label="Contact List _Owner"/>
+ <menuitem verb="ListArchive" _label="Get List _Archive"/>
</submenu>
</submenu>
</placeholder>