commit 32209c9845165a1f686d3faddd1afcedc865da0b
Author: Pavel Sanda <sa...@lyx.org>
Date:   Thu Apr 13 21:55:57 2023 +0200

    Typo in metadata glyphs check.
    
    So I belive, but someone please double check.
---
 src/BufferParams.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp
index 71e4bae..a6ccd4e 100644
--- a/src/BufferParams.cpp
+++ b/src/BufferParams.cpp
@@ -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()) {
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to