CVS_SILENT Removed "Sorry"

svn path=/trunk/kdebase/kcontrol/; revision=146130
This commit is contained in:
Malcolm Hunter 2002-03-31 04:06:46 +00:00
parent 6dfd61dd20
commit 9bfda2d6b4

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();