mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
typo
This commit is contained in:
parent
94b4beab72
commit
f664498ba7
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user