CVS_SILENT

Corrected typo.

svn path=/trunk/kdebase/kwin/; revision=322484
icc-effect-5.14.5
Andrew Coles 2004-06-21 14:26:49 +00:00
parent 5e3bd8b2c8
commit 3932c8051b
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ B2Config::B2Config( KConfig* conf, QWidget* parent )
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. "
"Otherwise, no grab handle is drawn."));
"in the bottom left corner of the windows; "
"otherwise, no grab handle is drawn."));
// Double click menu option support
actionsGB = new QHGroupBox(i18n("Actions Settings"), gb);