mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Micro-typographic fix
This commit is contained in:
parent
83a62a6d74
commit
79feeb0c03
@ -1727,7 +1727,7 @@ Buffer::ExportStatus Buffer::makeLaTeXFile(FileName const & fname,
|
||||
catch (iconv_codecvt_facet_exception const & e) {
|
||||
lyxerr << "Caught iconv exception: " << e.what() << endl;
|
||||
Alert::error(_("Iconv software exception Detected"),
|
||||
bformat(_("Please verify that the 'iconv' support software is"
|
||||
bformat(_("Please verify that the `iconv' support software is"
|
||||
" properly installed and supports the selected encoding"
|
||||
" (%1$s), or change the encoding in"
|
||||
" Document>Settings>Language."), from_ascii(encoding)));
|
||||
|
Loading…
Reference in New Issue
Block a user