From: Pavel Sanda Date: Thu, 13 Apr 2023 19:55:57 +0000 (+0200) Subject: Typo in metadata glyphs check. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=32209c9845165a1f686d3faddd1afcedc865da0b;p=features.git Typo in metadata glyphs check. So I belive, but someone please double check. --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 71e4bae1b1..a6ccd4ed54 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()) {