CVS_SILENT Removed extra space after full-stop

svn path=/trunk/kdebase/kcontrol/; revision=133243
icc-effect-5.14.5
Malcolm Hunter 2002-01-23 02:32:52 +00:00
parent 16ca23df56
commit 1634104eda
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ QString KWinOptions::quickHelp() const
{
return i18n("<h1>Window Behavior</h1> 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."
" <p>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.");

View File

@ -139,7 +139,7 @@ KFocusConfig::KFocusConfig (KConfig *_config, QWidget * parent, const char *name
" that was under the mouse has focus. </li>"
" <li><em>Focus strictly under mouse:</em> 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."
" </ul>"
" Note that 'Focus under mouse' and 'Focus strictly under mouse' are not"
" particularly useful. They are only provided for old-fashioned"