From 35912466b196c7031bae62ee4b0827aa676ee40f Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 11 May 2019 12:17:09 +0200 Subject: [PATCH] Micro-typographic fix --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))); -- 2.39.5