From 3233fb1ed49446336811bc4df7d9cb31a543b490 Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Wed, 23 Jun 2004 10:03:01 +0000 Subject: [PATCH] GUI Fixed the resize handle tooltip (wrong corner); use the ";" on the other similar tooltip and removed the redundant "instead". svn path=/trunk/kdebase/kwin/; revision=323019 --- clients/b2/config/config.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/b2/config/config.cpp b/clients/b2/config/config.cpp index 5748e94ff4..9b505a89c4 100644 --- a/clients/b2/config/config.cpp +++ b/clients/b2/config/config.cpp @@ -41,15 +41,15 @@ B2Config::B2Config( KConfig* conf, QWidget* parent ) i18n("Draw window frames using &titlebar colors"), gb); QWhatsThis::add(cbColorBorder, i18n("When selected, the window borders " - "are drawn using the titlebar colors. Otherwise, they are " - "drawn using normal border colors instead.")); + "are drawn using the titlebar colors; otherwise, they are " + "drawn using normal border colors.")); // Grab Handle showGrabHandleCb = new QCheckBox( i18n("Draw &resize handle"), gb); QWhatsThis::add(showGrabHandleCb, i18n("When selected, decorations are drawn with a \"grab handle\" " - "in the bottom left corner of the windows; " + "in the bottom right corner of the windows; " "otherwise, no grab handle is drawn.")); // Double click menu option support