From eec948350f2cbafbad2d0d058765a24e8d6b9002 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 22 Jun 2000 09:56:43 +0000 Subject: [PATCH] Merge two almost-identical string constants. From Byrial. --- recvattach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recvattach.c b/recvattach.c index 460c4172..6520b887 100644 --- a/recvattach.c +++ b/recvattach.c @@ -484,7 +484,7 @@ void mutt_save_attachment_list (FILE *fp, int tag, BODY *top, HEADER *hdr) } if (!option (OPTATTACHSPLIT) && (rc == 0)) - mutt_message _("Attachment saved"); + mutt_message _("Attachment saved."); } static void -- 2.40.0