aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail-list.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 7bc7b5244c..71057bbef8 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-28 Rodney Dawes <dobey@novell.com>
+
+ * evolution-mail-list.xml: The command name for hiding selected
+ messages needs to be ViewHideSelected, not ViewShowSelected
+
2005-07-28 Vivek Jain <jvivek@novell.com>
* evolution-mail-list.xml: HideDeleted has to be a toggle
diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml
index 2f5a90d29f..4131e4be50 100644
--- a/ui/evolution-mail-list.xml
+++ b/ui/evolution-mail-list.xml
@@ -46,7 +46,7 @@
<cmd name="ViewHideRead" _tip="Temporarily hide all messages that have already been read"
pixtype="pixbuf" />
- <cmd name="ViewShowSelected" _tip="Temporarily hide the selected messages"
+ <cmd name="ViewHideSelected" _tip="Temporarily hide the selected messages"
pixtype="pixbuf" />
<cmd name="ViewShowAll" _tip="Show messages that have been temporarily hidden"