summaryrefslogtreecommitdiffstats
path: root/pgp.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-11-27 19:06:42 -0800
committerKevin McCarthy <kevin@8t8.us>2018-11-27 19:06:42 -0800
commit2017ebcc35c9917c30c00bbd1e7c4114f67aade2 (patch)
tree29ea41ad78b772b0ae4fc226267d87a1c21c3e57 /pgp.c
parent3c89922fc701e7eb3de4cfba027f38950e403c05 (diff)
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.
Diffstat (limited to 'pgp.c')
-rw-r--r--pgp.c2
1 files changed, 1 insertions, 1 deletions
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.");
}