From c20c64c50416458e254652ac4076fc2a08c5ec84 Mon Sep 17 00:00:00 2001 From: Chris Howells Date: Thu, 18 May 2006 14:17:47 +0000 Subject: [PATCH] remove exclamation marks in user visible strings svn path=/trunk/KDE/kdebase/workspace/; revision=542169 --- kcmkwin/kwindecoration/kwindecoration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index 1f38146db4..c97f02ccfe 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -82,7 +82,7 @@ KWinDecorationModule::KWinDecorationModule(QWidget* parent, const QStringList &) // Save this for later... // 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 ); layout->addWidget( tabWidget );