mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Properly escape backslash in string
This commit is contained in:
parent
245c2b3c45
commit
bc85f0fdf7
@ -3330,7 +3330,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
|
||||
break;
|
||||
|
||||
case RC_AUTOCORRECTION_MATH:
|
||||
str = _("Allow TeXMacs shorthand, like => converting to \Rightarrow.");
|
||||
str = _("Allow TeXMacs shorthand, like => converting to \\Rightarrow.");
|
||||
break;
|
||||
|
||||
case RC_NUMLASTFILES:
|
||||
|
Loading…
Reference in New Issue
Block a user