Rename the "allow moving and resizing of maximized windows" setting to
"display borders on maximized windows" to more accurately describe what the setting does. BUG: 217775 svn path=/trunk/KDE/kdebase/workspace/; revision=1072014
This commit is contained in:
parent
41e5bfd793
commit
72cea7e73a
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ KMovingConfig::KMovingConfig (bool _standAlone, KConfig *_config, const KCompone
|
|||
" to the top-left corner of the screen is displayed together with"
|
||||
" its size."));
|
||||
|
||||
moveResizeMaximized = new QCheckBox( i18n("Allow moving and resizing o&f maximized windows"), windowsBox);
|
||||
moveResizeMaximized = new QCheckBox( i18n("Display borders on &maximized windows"), windowsBox);
|
||||
bLay->addWidget(moveResizeMaximized);
|
||||
moveResizeMaximized->setWhatsThis( i18n("When enabled, this feature activates the border of maximized windows"
|
||||
" and allows you to move or resize them,"
|
||||
|
|
Loading…
Reference in a new issue