diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mark-all-read/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/mark-all-read/ChangeLog b/plugins/mark-all-read/ChangeLog index 0808b671bb..db87c66748 100644 --- a/plugins/mark-all-read/ChangeLog +++ b/plugins/mark-all-read/ChangeLog @@ -1,3 +1,8 @@ +2006-07-04 Karsten Bräckelmann <guenther@rudersport.de> + + * org-gnome-mark-all-read.eplug.xml: Using proper header + capitalization for the menu entry. Fixes bug #318755. + 2005-12-25 Funda Wang <fundawang@linux.net.cn> * Makefile.am: Mark this plugin as translatable (bug#301149). diff --git a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml index ab3f12af3e..8b6f50a45b 100644 --- a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml +++ b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml @@ -7,7 +7,7 @@ <author name="Chenthill Palanisamy" email="pchenthill@novell.com"/> <hook class="org.gnome.evolution.mail.popup:1.0"> <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder"> - <item type="item" path="10.emc.01" _label="Mark me_ssages as read" + <item type="item" path="10.emc.01" _label="Mark Me_ssages as Read" activate="org_gnome_mark_all_read" enable="folder" visible="folder"/> </menu> </hook> |