mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Typo spotted by Pavel
This commit is contained in:
parent
70deab72bc
commit
7a0c8f366d
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user