From: Kevin McCarthy Date: Wed, 28 Nov 2018 03:06:42 +0000 (-0800) Subject: Improve pgp error message for translation. X-Git-Tag: mutt-1-12-rel~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2017ebcc35c9917c30c00bbd1e7c4114f67aade2;p=mutt Improve pgp error message for translation. The past tense phrase makes it unclear whether the error is about a failed action or the state of the message. Thanks to Vincent Lefèvre for the improved wording suggestion. --- diff --git a/pgp.c b/pgp.c index be182735..d61415fc 100644 --- a/pgp.c +++ b/pgp.c @@ -666,7 +666,7 @@ int pgp_application_pgp_handler (BODY *m, STATE *s) (not encrypting) something and (2) it is a plaintext. So the message does not mean "You failed to encrypt the message." */ - mutt_error _("PGP message was not encrypted."); + mutt_error _("PGP message is not encrypted."); else mutt_message _("PGP message successfully decrypted."); }