aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/folder-browser.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a28c8d787e..d7d6be9407 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-20 Kjartan Maraas <kmaraas@gnome.org>
+
+ * folder-browser.c: More than on accel key is a tad
+ confusing.
+
2001-06-19 Jeffrey Stedfast <fejj@ximian.com>
* mail-display.c: #include "folder-browser-factory.h"
diff --git a/mail/folder-browser.c b/mail/folder-browser.c
index 3dda5dc45a..a796063540 100644
--- a/mail/folder-browser.c
+++ b/mail/folder-browser.c
@@ -890,7 +890,7 @@ static EPopupMenu context_menu[] = {
{ N_("_Reply to Sender"), NULL,
GTK_SIGNAL_FUNC (reply_to_sender), NULL, 0 },
- { N_("_Reply to _List"), NULL,
+ { N_("Reply to _List"), NULL,
GTK_SIGNAL_FUNC (reply_to_list), NULL, 0 },
{ N_("Reply to _All"), NULL,
GTK_SIGNAL_FUNC (reply_to_all), NULL, 0 },