From: Juergen Spitzmueller Date: Sat, 11 May 2019 10:17:09 +0000 (+0200) Subject: Micro-typographic fix X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=35912466b196c7031bae62ee4b0827aa676ee40f;p=features.git Micro-typographic fix --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index cb08e3c4fb..7dbef4f18d 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -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)));