commit ef1a2838ce5f7359e9e68c5f28a87c3f8e58b918 Author: Pavel Sanda <sa...@lyx.org> Date: Sun Dec 4 19:19:18 2022 +0100
Typo in new string. --- src/mathed/InsetMathMacro.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mathed/InsetMathMacro.cpp b/src/mathed/InsetMathMacro.cpp index 5bed4a0..d9a307f 100644 --- a/src/mathed/InsetMathMacro.cpp +++ b/src/mathed/InsetMathMacro.cpp @@ -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)); } -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs