Better wording for active mouse screen.
svn path=/trunk/KDE/kdebase/workspace/; revision=852320
This commit is contained in:
parent
64dc9b1be6
commit
85fd06103f
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue