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
icc-effect-5.14.5
Luciano Montanaro 2004-06-23 10:03:01 +00:00
parent c7478dc5d3
commit 3233fb1ed4
1 changed files with 3 additions and 3 deletions

View File

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