]> granicus.if.org Git - neomutt/commitdiff
Improve pgp error message for translation
authorKevin McCarthy <kevin@8t8.us>
Wed, 28 Nov 2018 03:06:42 +0000 (19:06 -0800)
committerRichard Russon <rich@flatcap.org>
Mon, 10 Dec 2018 14:04:40 +0000 (14:04 +0000)
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.

ncrypt/pgp.c

index 4eb05ee7fc162d24c84a80112bfab7967159f4ab..36e22bfaf83eb6bdf787979eaed2f642d3ee0b26 100644 (file)
@@ -732,7 +732,7 @@ int pgp_class_application_handler(struct Body *m, struct 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"));