* LyXRC.cpp: fix typo. although these strings are not used at all.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37910 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2011-03-13 12:06:54 +00:00
parent 34651dfd6b
commit 82eee13e42

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