Properly escape backslash in string

This commit is contained in:
Juergen Spitzmueller 2015-03-16 14:28:16 +01:00
parent 245c2b3c45
commit bc85f0fdf7

View File

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