]> git.lyx.org Git - features.git/commitdiff
Typo in metadata glyphs check.
authorPavel Sanda <sanda@lyx.org>
Thu, 13 Apr 2023 19:55:57 +0000 (21:55 +0200)
committerPavel Sanda <sanda@lyx.org>
Thu, 13 Apr 2023 19:55:57 +0000 (21:55 +0200)
So I belive, but someone please double check.

src/BufferParams.cpp

index 71e4bae1b190bf27377613c1d6a13cc2d7b26c50..a6ccd4ed546ff25ce2a632ce5731bac52dce7543 100644 (file)
@@ -1742,7 +1742,7 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features,
                                    "\n\nPlease select an appropriate "
                                    "document encoding\n"
                                    "(such as utf8) or change the "
-                                   "preamble code accordingly."),
+                                   "metadata accordingly."),
                                  uncodable_glyphs));
                }
                if (!doc_metadata.str().empty()) {