summaryrefslogtreecommitdiffstats
path: root/pgp.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-03-19 06:08:08 -0700
committerKevin McCarthy <kevin@8t8.us>2016-03-19 06:08:08 -0700
commit3596a872381870b9e6d42da507fa49cbb9ecee5c (patch)
tree113e343c84c7529676be55798bbb3eea2fca40dd /pgp.c
parenta781ad9aaa1a46c2d7b53a74eb8b6cdcb7a855e3 (diff)
Fix a few typos in translation messages.
Thanks to Moritz Barsnick for reporting these.
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 633c9f16..fb7be4c9 100644
--- a/pgp.c
+++ b/pgp.c
@@ -857,7 +857,7 @@ void pgp_extract_keys_from_attachment_list (FILE *fp, int tag, BODY *top)
{
if(!fp)
{
- mutt_error _("Internal error. Inform <roessler@does-not-exist.org>.");
+ mutt_error _("Internal error. Please submit a bug report.");
return;
}