commit 79feeb0c03b97bc29058a2bf83b79999c8b2f755
Author: Juergen Spitzmueller <[email protected]>
Date: Sat May 11 12:17:09 2019 +0200
Micro-typographic fix
---
src/Buffer.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index cb08e3c..7dbef4f 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)));