From ef1a2838ce5f7359e9e68c5f28a87c3f8e58b918 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 4 Dec 2022 19:19:18 +0100 Subject: [PATCH] Typo in new string. --- src/mathed/InsetMathMacro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathMacro.cpp b/src/mathed/InsetMathMacro.cpp index 5bed4a0652..d9a307fd70 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)); }