From: Juergen Spitzmueller Date: Mon, 5 Dec 2022 05:47:52 +0000 (+0100) Subject: Typo spotted by Pavel X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7a0c8f366d8e8ba1df534c3f5644d789a9c8a6e8;p=features.git Typo spotted by Pavel --- diff --git a/src/mathed/InsetMathMacro.cpp b/src/mathed/InsetMathMacro.cpp index 543bd2335d..70e67a6588 100644 --- a/src/mathed/InsetMathMacro.cpp +++ b/src/mathed/InsetMathMacro.cpp @@ -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)); }