summaryrefslogtreecommitdiffstats
path: root/handler.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-11-26 19:11:54 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-11-26 19:11:54 +0000
commit449e85fe35152219381d7f6a647677659200bc8b (patch)
treec3f7649612b1b9728566b7ef69ec51cae40f674a /handler.c
parent2828c2b9670afc9daa3761f3edadb944c801f69a (diff)
patch-1.3.23.2.bj.state_attach_puts.1, from Byrial Jensen. This
patch is supposed to make one message more friendly to translators.
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/handler.c b/handler.c
index eb5da333..de24134e 100644
--- a/handler.c
+++ b/handler.c
@@ -1674,8 +1674,8 @@ static void external_body_handler (BODY *b, STATE *s)
state_mark_attach (s);
state_printf (s, _("[-- This %s/%s attachment is not included, --]\n"),
TYPE(b->parts), b->parts->subtype);
- state_attach_puts (_("[-- and the indicated external source has --]\n"), s);
- state_attach_puts (_("[-- expired. --]\n"), s);
+ state_attach_puts (_("[-- and the indicated external source has --]\n"
+ "[-- expired. --]\n"), s);
mutt_copy_hdr(s->fpin, s->fpout, ftell (s->fpin), b->parts->offset,
(option (OPTWEED) ? (CH_WEED | CH_REORDER) : 0) |