mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
de.po
This commit is contained in:
parent
616bd2a4e6
commit
4d513ca49e
@ -4458,8 +4458,8 @@ Buffer::ExportStatus Buffer::doExport(string const & target, bool put_in_tempdir
|
||||
// file (not for previewing).
|
||||
docstring s = _("No information for exporting the format %1$s.");
|
||||
if (format == "pdf4")
|
||||
s += _("\nHint: use non-TeX fonts or set input encoding to "
|
||||
"'utf8' or 'ascii'");
|
||||
s += "\n" + _("Hint: use non-TeX fonts or set input encoding "
|
||||
" to'utf8' or 'ascii'");
|
||||
Alert::error(_("Couldn't export file"),
|
||||
bformat(s, theFormats().prettyName(format)));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user