This commit is contained in:
Pavel Sanda 2023-04-13 21:36:17 +02:00
parent 94b4beab72
commit f664498ba7

View File

@ -4466,7 +4466,7 @@ Buffer::ExportStatus Buffer::doExport(string const & target, bool put_in_tempdir
translateIfPossible(theFormats().prettyName(format)));
if (format == "pdf4")
s += "\n"
+ bformat(_("Hint: use non-TeX fonts or set input encoding "
+ bformat(_("Hint: use non-TeX fonts or set input encoding"
" to '%1$s'"), from_utf8(encodings.fromLyXName("ascii")->guiName()));
Alert::error(_("Couldn't export file"), s);
}