From 85fd06103ff705b3bbc0d7a055dfb4374c966f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 25 Aug 2008 18:56:50 +0000 Subject: [PATCH] Better wording for active mouse screen. svn path=/trunk/KDE/kdebase/workspace/; revision=852320 --- kcmkwin/kwinoptions/windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp index 4f72d3590e..fb4cd4ef25 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -209,7 +209,7 @@ KFocusConfig::KFocusConfig (bool _standAlone, KConfig *_config, const KComponent wtstr = i18n( "When this option is enabled, focus operations are limited only to the active Xinerama screen" ); separateScreenFocus->setWhatsThis( wtstr ); - activeMouseScreen = new QCheckBox( i18n( "Active &mouse screen" ), fcsBox ); + activeMouseScreen = new QCheckBox( i18n( "Active screen follows &mouse" ), fcsBox ); fLay->addWidget( activeMouseScreen ); wtstr = i18n( "When this option is enabled, the active Xinerama screen (where new windows appear, for example)" " is the screen containing the mouse pointer. When disabled, the active Xinerama screen is the "