From: Michael Elkins Date: Wed, 14 Apr 2010 22:47:16 +0000 (-0700) Subject: remove toggle and replace with format in pgp-menu X-Git-Tag: mutt-1-5-21-rel~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52153a0d5e9a642aa198097ac2a993d440b67863;p=mutt remove toggle and replace with format in pgp-menu --- diff --git a/pgp.c b/pgp.c index b8e19f08..a4208442 100644 --- a/pgp.c +++ b/pgp.c @@ -1589,7 +1589,7 @@ int pgp_send_menu (HEADER *msg, int *redraw) char prompt[LONG_STRING]; snprintf (prompt, sizeof (prompt), - _("PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, toggle %s, or (c)lear? "), + _("PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, %s format, or (c)lear? "), (msg->security & INLINE) ? _("PGP/M(i)ME") : _("(i)nline")); /* The keys accepted for this prompt *must* match the order in the second