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)); }