Better wording for active mouse screen.

svn path=/trunk/KDE/kdebase/workspace/; revision=852320
icc-effect-5.14.5
Luboš Luňák 2008-08-25 18:56:50 +00:00
parent 64dc9b1be6
commit 85fd06103f
1 changed files with 1 additions and 1 deletions

View File

@ -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 "