CVS_SILENT Removed "Sorry"

svn path=/trunk/kdebase/kcontrol/; revision=146130
icc-effect-5.14.5
Malcolm Hunter 2002-03-31 04:06:46 +00:00
parent 6dfd61dd20
commit 9bfda2d6b4
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ void KWinDecorationModule::resetPlugin( KConfig* conf, const QString* currentDec
QWidget* plugin = new QGroupBox( 1, Qt::Horizontal, "", pluginPage );
(void) new QLabel(
i18n("<H3>No Configurable Options Available</H3>"
"Sorry, no configurable options are available for the "
"No configurable options are available for the "
"currently selected decoration."), plugin );
plugin->show();