]> git.lyx.org Git - features.git/commitdiff
Typo spotted by Pavel
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 5 Dec 2022 05:47:52 +0000 (06:47 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 5 Dec 2022 05:47:52 +0000 (06:47 +0100)
src/mathed/InsetMathMacro.cpp

index 543bd2335dc2a14b13bbe005f3a6abb03a193c92..70e67a6588af46ccf5c114fbb44c3dfd6cb88bc6 100644 (file)
@@ -1186,7 +1186,7 @@ void InsetMathMacro::write(TeXMathStream & os) const
        if (!uncodable.empty()) {
                frontend::Alert::warning(
                        _("Uncodable characters in math macro"),
-                       support::bformat(_("The macro name '%1$s' contains a character.\n"
+                       support::bformat(_("The macro name '%1$s' contains a character\n"
                                           "that is not encodable in the current encoding (%2$s).\n"
                                           "Please fix this macro."), name_in, uncodable));
        }