]> git.lyx.org Git - lyx.git/commitdiff
Properly escape backslash in string
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 16 Mar 2015 13:28:16 +0000 (14:28 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 16 Mar 2015 13:28:16 +0000 (14:28 +0100)
src/LyXRC.cpp

index bfb0d35c3135626e8bc7939e20e4e4bcf86b119b..60e16d05c177b9f31b7a0e443b0cf46e802b234b 100644 (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: