remove exclamation marks in user visible strings
svn path=/trunk/KDE/kdebase/workspace/; revision=542169
This commit is contained in:
parent
fd2834bd32
commit
c20c64c504
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ KWinDecorationModule::KWinDecorationModule(QWidget* parent, const QStringList &)
|
||||||
|
|
||||||
// Save this for later...
|
// Save this for later...
|
||||||
// cbUseMiniWindows = new QCheckBox( i18n( "Render mini &titlebars for all windows"), checkGroup );
|
// cbUseMiniWindows = new QCheckBox( i18n( "Render mini &titlebars for all windows"), checkGroup );
|
||||||
// QWhatsThis::add( cbUseMiniWindows, i18n( "Note that this option is not available on all styles yet!" ) );
|
// QWhatsThis::add( cbUseMiniWindows, i18n( "Note that this option is not available on all styles yet" ) );
|
||||||
|
|
||||||
tabWidget = new QTabWidget( this );
|
tabWidget = new QTabWidget( this );
|
||||||
layout->addWidget( tabWidget );
|
layout->addWidget( tabWidget );
|
||||||
|
|
Loading…
Reference in a new issue