diff --git a/kcmkwin/kwinoptions/main.cpp b/kcmkwin/kwinoptions/main.cpp index 89f30332c9..724c4809d8 100644 --- a/kcmkwin/kwinoptions/main.cpp +++ b/kcmkwin/kwinoptions/main.cpp @@ -109,7 +109,7 @@ QString KWinOptions::quickHelp() const { return i18n("

Window Behavior

Here you can customize the way windows behave when being" " moved, resized or clicked on. You can also specify a focus policy as well as a placement" - " policy for new windows. " + " policy for new windows." "

Please note that this configuration will not take effect if you don't use" " KWin as your window manager. If you do use a different window manager, please refer to its documentation" " for how to customize window behavior."); diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp index 47f0d0d78b..bb065d15f1 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -139,7 +139,7 @@ KFocusConfig::KFocusConfig (KConfig *_config, QWidget * parent, const char *name " that was under the mouse has focus. " "

  • Focus strictly under mouse: This is even worse than" " 'Focus under mouse'. Only the window under the mouse pointer is" - " active. If the mouse points nowhere, nothing has focus. " + " active. If the mouse points nowhere, nothing has focus." " " " Note that 'Focus under mouse' and 'Focus strictly under mouse' are not" " particularly useful. They are only provided for old-fashioned"