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:
Lucas Murray 2010-01-09 10:04:58 +00:00
parent 41e5bfd793
commit 72cea7e73a

View file

@ -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,"