From 9421e7ef293877974fed88ceecdd21492dea027f Mon Sep 17 00:00:00 2001 From: Malcolm Hunter Date: Tue, 15 Apr 2008 19:48:10 +0000 Subject: [PATCH] Typo fixes svn path=/trunk/KDE/kdebase/workspace/; revision=797413 --- kcmkwin/kwinoptions/windows.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp index 6dd535f1fc..1fe7b1475d 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -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()));