From 82eee13e42463b5724ab05eef08c3ef02c1d3d98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sun, 13 Mar 2011 12:06:54 +0000 Subject: [PATCH] * 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 --- src/LyXRC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 1a94ca0d40..b196c1c838 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -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: -- 2.39.5