From e072892bae4642b9a2788c0f7ca31ebfd5437a2b Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Thu, 19 Nov 2009 17:50:42 +0000 Subject: [PATCH] Proof-reading message about auto-move. svn path=/trunk/KDE/kdebase/workspace/; revision=1051512 --- clients/b2/config/config.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/b2/config/config.cpp b/clients/b2/config/config.cpp index c3cd6d9806..19f1bdb1da 100644 --- a/clients/b2/config/config.cpp +++ b/clients/b2/config/config.cpp @@ -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);