This commit is contained in:
Juergen Spitzmueller 2019-04-03 17:57:38 +02:00
parent 616bd2a4e6
commit 4d513ca49e
3 changed files with 402 additions and 388 deletions

BIN
po/de.gmo

Binary file not shown.

786
po/de.po

File diff suppressed because it is too large Load Diff

View File

@ -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)));
}