From 2199fe507f5e0e03840c635c29c0aae3866dd0c7 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Sun, 8 Sep 2019 19:45:03 +0100 Subject: [PATCH] fix duplicated translation string --- mutt_attach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt_attach.c b/mutt_attach.c index f5efc0cfe..e8098f316 100644 --- a/mutt_attach.c +++ b/mutt_attach.c @@ -450,7 +450,7 @@ int mutt_view_attachment(FILE *fp, struct Body *a, enum ViewAttachMode mode, { if (mutt_file_symlink(a->filename, mutt_b2s(tmpfile)) == -1) { - if (mutt_yesorno(_("Can't match nametemplate, continue?"), MUTT_YES) != MUTT_YES) + if (mutt_yesorno(_("Can't match 'nametemplate', continue?"), MUTT_YES) != MUTT_YES) goto return_error; mutt_buffer_strcpy(tmpfile, a->filename); } -- 2.40.0