]> git.lyx.org Git - lyx.git/commitdiff
Typo in new string.
authorPavel Sanda <sanda@lyx.org>
Sun, 4 Dec 2022 18:19:18 +0000 (19:19 +0100)
committerPavel Sanda <sanda@lyx.org>
Sun, 4 Dec 2022 18:19:18 +0000 (19:19 +0100)
src/mathed/InsetMathMacro.cpp

index 5bed4a0652c1b8fdfa612d760abbff5c33f53c6c..d9a307fd70976279c53f2ef47febc56542ab4375 100644 (file)
@@ -1114,7 +1114,7 @@ void InsetMathMacro::write(WriteStream & 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));
        }