pgp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
# HG changeset patch # User Michael Elkins <[email protected]> # Date 1271193796 25200 # Branch HEAD # Node ID ae9a02db6ac64c6b2ce1874fa77fa5baed5676c2 # Parent 4d798ee2898ef5b059d05a331c01175c7556e657 remove toggle and replace with format in pgp-menu diff --git a/pgp.c b/pgp.c --- a/pgp.c +++ b/pgp.c @@ -1589,7 +1589,7 @@ 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
