Typo in new string.

This commit is contained in:
Pavel Sanda 2022-12-04 19:19:18 +01:00
parent 0b002b5428
commit ef1a2838ce

View File

@ -1114,7 +1114,7 @@ void InsetMathMacro::write(WriteStream & os) const
if (!uncodable.empty()) { if (!uncodable.empty()) {
frontend::Alert::warning( frontend::Alert::warning(
_("Uncodable characters in math macro"), _("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" "that is not encodable in the current encoding (%2$s).\n"
"Please fix this macro."), name_in, uncodable)); "Please fix this macro."), name_in, uncodable));
} }