mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Properly escape backslash in string
Richard, I took the liberty to just backport without further ado. This string is commented out anyway, but it constantly pops up as untranslated in the po files, which is a bit annoying
This commit is contained in:
parent
e715055373
commit
95e41332da
@ -3345,7 +3345,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