CVS_SILENT Removed "Sorry"
svn path=/trunk/kdebase/kcontrol/; revision=146130
This commit is contained in:
parent
6dfd61dd20
commit
9bfda2d6b4
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue