]> granicus.if.org Git - neomutt/commitdiff
fix duplicated translation string
authorRichard Russon <rich@flatcap.org>
Sun, 8 Sep 2019 18:45:03 +0000 (19:45 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 9 Sep 2019 09:17:26 +0000 (10:17 +0100)
mutt_attach.c

index f5efc0cfeda8b1e029c5275b094e56108fca057a..e8098f316e4fcfa51ad361d9b75d5431d4b4701f 100644 (file)
@@ -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);
       }