]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
de.po
[lyx.git] / src / Buffer.cpp
index cb08e3c4fb9fdc2acb75a0e73a18862227ce730f..7dbef4f18d01bd2cf7c62a139a0f855ab1e4c200 100644 (file)
@@ -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)));