mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Typo in new string.
This commit is contained in:
parent
0b002b5428
commit
ef1a2838ce
@ -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));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user