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:
Juergen Spitzmueller 2015-03-16 14:33:11 +01:00
parent e715055373
commit 95e41332da

View File

@ -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: