commit 95e41332daad70b59b0e0f350a9f43b58c1fe3a0
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Mar 16 14:33:11 2015 +0100

    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

diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp
index c95cacd..054f063 100644
--- a/src/LyXRC.cpp
+++ b/src/LyXRC.cpp
@@ -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:

Reply via email to