Typo fixes
svn path=/trunk/KDE/kdebase/workspace/; revision=797413
This commit is contained in:
parent
2726b01a2b
commit
9421e7ef29
1 changed files with 3 additions and 3 deletions
|
@ -224,9 +224,9 @@ KFocusConfig::KFocusConfig (bool _standAlone, KConfig *_config, const KComponent
|
|||
|
||||
activeMouseScreen = new QCheckBox( i18n( "Active &mouse screen" ), fcsBox );
|
||||
fLay->addWidget( activeMouseScreen );
|
||||
wtstr = i18n( "When this option is enabled, active Xinerama screen (where for example new windows appear)"
|
||||
" is the screen with the mouse pointer. When disabled, the active Xinerama screen is the screen"
|
||||
" with the focused window. This option is by default disabled for Click to focus and"
|
||||
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 "
|
||||
" screen containing the focused window. By default this option is disabled for Click to focus and"
|
||||
" enabled for other focus policies." );
|
||||
activeMouseScreen->setWhatsThis( wtstr );
|
||||
connect(focusCombo, SIGNAL(activated(int)), this, SLOT(updateActiveMouseScreen()));
|
||||
|
|
Loading…
Reference in a new issue