From a6c6f6d90674cf789a114768f8597086b572ffae Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 28 Dec 2008 04:16:48 +0000 Subject: Solve a translation issue related to the New menu. svn path=/branches/kill-bonobo/; revision=36934 --- mail/e-mail-reader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/e-mail-reader.c') diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c index ca23deda78..112e8e9a80 100644 --- a/mail/e-mail-reader.c +++ b/mail/e-mail-reader.c @@ -1521,7 +1521,7 @@ e_mail_reader_init (EMailReader *reader) action = gtk_action_group_get_action (action_group, "mail-previous"); g_object_set (action, "short-label", _("Previous"), NULL); - action = gtk_action_group_get_action (action_group, "mail-reply"); + action = gtk_action_group_get_action (action_group, "mail-reply-sender"); g_object_set (action, "short-label", _("Reply"), NULL); /* Connect signals. */ -- cgit