diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp index abddd38367..538ab925d3 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -130,20 +130,19 @@ KFocusConfig::KFocusConfig (bool _standAlone, KConfig *_config, QWidget * parent // FIXME, when more policies have been added to KWin wtstr = i18n("The focus policy is used to determine the active window, i.e." " the window you can work in. " - " Note that 'Focus under mouse' and 'Focus strictly under mouse' are not" - " particularly useful. They are only provided for old-fashioned" - " die-hard UNIX people ;-)" ); QWhatsThis::add( focusCombo, wtstr); QWhatsThis::add(fLabel, wtstr);