Added explanation how it's done manually, have no idea if this even makes sense though

svn path=/trunk/KDE/kdebase/workspace/; revision=1054061
This commit is contained in:
Jussi Kekkonen 2009-11-25 11:46:56 +00:00
parent f6f3d5ce3d
commit cbda8d6445

View file

@ -76,7 +76,7 @@ B2Config::B2Config(KConfig *conf, QWidget *parent)
autoMoveTitlebarCb->setWhatsThis( autoMoveTitlebarCb->setWhatsThis(
i18n("When selected, titlebars are automatically relocated " i18n("When selected, titlebars are automatically relocated "
"to visible positions; " "to visible positions; "
"otherwise, they are only moved manually.")); "otherwise, they are only moved manually using shift+drag."));
// Double click menu option support // Double click menu option support
actionsGB = new QGroupBox(i18n("Actions Settings"), gb); actionsGB = new QGroupBox(i18n("Actions Settings"), gb);