]> granicus.if.org Git - mutt/commitdiff
Improve pgp error message for translation.
authorKevin McCarthy <kevin@8t8.us>
Wed, 28 Nov 2018 03:06:42 +0000 (19:06 -0800)
committerKevin McCarthy <kevin@8t8.us>
Wed, 28 Nov 2018 03:06:42 +0000 (19:06 -0800)
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.

pgp.c

diff --git a/pgp.c b/pgp.c
index be1827355b2fc1a57f64ed30c306e920495c8002..d61415fc1f4c4cf60320b0c537a35945a88b100c 100644 (file)
--- 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.");
         }