summaryrefslogtreecommitdiffstats
path: root/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypt.c')
-rw-r--r--crypt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypt.c b/crypt.c
index ab82ab92..90cd0928 100644
--- a/crypt.c
+++ b/crypt.c
@@ -969,7 +969,8 @@ int mutt_signed_handler (BODY *a, STATE *s)
if (inconsistent)
{
state_attach_puts (_("[-- Error: "
- "Inconsistent multipart/signed structure! --]\n\n"),
+ "Missing or bad-format multipart/signed signature!"
+ " --]\n\n"),
s);
return mutt_body_handler (a, s);
}