]> git.lyx.org Git - lyx.git/commitdiff
* LyXRC.cpp: fix typo. although these strings are not used at all.
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 13 Mar 2011 12:06:54 +0000 (12:06 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 13 Mar 2011 12:06:54 +0000 (12:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37910 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXRC.cpp

index 1a94ca0d403537e5538cc722a92d550b8f6bc8cf..b196c1c838fb2cb2223c55eaba7cf50dfa7d460a 100644 (file)
@@ -3095,7 +3095,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
                break;
 
        case RC_CURSOR_WIDTH:
-               str = _("Configure the width of the text cursor. Automatic zoom controled cursor width used when set to 0.");
+               str = _("Configure the width of the text cursor. Automatic zoom-controlled cursor width used when set to 0.");
                break;
 
        case RC_SCROLL_BELOW_DOCUMENT: