Proof-reading message about auto-move.
svn path=/trunk/KDE/kdebase/workspace/; revision=1051512
This commit is contained in:
parent
26dd46ea2d
commit
e072892bae
1 changed files with 4 additions and 4 deletions
|
@ -72,11 +72,11 @@ B2Config::B2Config(KConfig *conf, QWidget *parent)
|
|||
|
||||
// Automove Titlebar
|
||||
autoMoveTitlebarCb = new QCheckBox(
|
||||
i18n("Automove titlebar"), gb);
|
||||
i18n("Auto-move titlebar"), gb);
|
||||
autoMoveTitlebarCb->setWhatsThis(
|
||||
i18n("When selected, Titlebars are automatically relovated "
|
||||
"to visible place; "
|
||||
"otherwise, only moved manually."));
|
||||
i18n("When selected, titlebars are automatically relocated "
|
||||
"to visible positions; "
|
||||
"otherwise, they are only moved manually."));
|
||||
|
||||
// Double click menu option support
|
||||
actionsGB = new QGroupBox(i18n("Actions Settings"), gb);
|
||||
|
|
Loading…
Reference in a new issue