aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-08-11 06:06:48 +0800
committerJacob Leach <jleach@src.gnome.org>2001-08-11 06:06:48 +0800
commit1a6ecd207d5ce8bcb93613ebedeb56b979e8906f (patch)
tree96276edb05c15ecaeca77c1ef4649eab3415096c /mail/folder-browser.c
parente29d47cb5e748ae91508134ff94b77b0cc2123b5 (diff)
downloadgsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar
gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar.gz
gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar.bz2
gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar.lz
gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar.xz
gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar.zst
gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.zip
Make the context menu for the Sent folder have "Resend..." instead of
2001-08-10 Jason Leach <jleach@ximian.com> * folder-browser.c: Make the context menu for the Sent folder have "Resend..." instead of "Resend", to clarify that it will bring up a dialog needing your input rather than just blindly sending the message again. Also give it the 'e' accelerator. Bug #6838. svn path=/trunk/; revision=11901
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r--mail/folder-browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c
index 8d94f74d41..df1539c72c 100644
--- a/mail/folder-browser.c
+++ b/mail/folder-browser.c
@@ -1277,7 +1277,7 @@ static EPopupMenu filter_menu[] = {
static EPopupMenu context_menu[] = {
{ N_("_Open"), NULL,
GTK_SIGNAL_FUNC (open_msg), NULL, 0 },
- { N_("Resend"), NULL,
+ { N_("R_esend..."), NULL,
GTK_SIGNAL_FUNC (resend_msg), NULL, CAN_RESEND },
{ N_("_Save As..."), NULL,
GTK_SIGNAL_FUNC (save_msg), NULL, 0 },