GUI: Capitalization.
svn path=/trunk/kdebase/kwin/; revision=148061
This commit is contained in:
parent
ca1a4a27fa
commit
96048bf6d0
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ KWinDecorationModule::KWinDecorationModule(QWidget* parent, const char* name, co
|
|||
decorationListBox = new QListBox( btnGroup );
|
||||
|
||||
QGroupBox* checkGroup = new QGroupBox( 1, Qt::Horizontal,
|
||||
i18n("General options (if available)"), page1 );
|
||||
i18n("General Options (if available)"), page1 );
|
||||
cbUseCustomButtonPositions = new QCheckBox(
|
||||
i18n("Use custom titlebar button &positions"), checkGroup );
|
||||
QWhatsThis::add( cbUseCustomButtonPositions,
|
||||
|
|
Loading…
Reference in a new issue