CVS_SILENT Removed extra space after full-stop
svn path=/trunk/kdebase/kcontrol/; revision=133243
This commit is contained in:
parent
16ca23df56
commit
1634104eda
2 changed files with 2 additions and 2 deletions
|
@ -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.");
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue