- i18n("&Configure [") + decorationListBox->currentText() + i18n("]")
+ i18n("&Configure [%1]").arg( decorationListBox->currentText() ) svn path=/trunk/kdebase/kwin/; revision=133789
This commit is contained in:
parent
d8d4f8bfa1
commit
f80b278658
1 changed files with 1 additions and 2 deletions
|
@ -197,8 +197,7 @@ void KWinDecorationModule::slotDecorationHighlighted( const QString& s )
|
|||
|
||||
// Let the user see config options for the currently selected decoration
|
||||
resetPlugin( &kwinConfig, &s );
|
||||
tabWidget->changeTab( pluginPage, i18n("&Configure [") +
|
||||
decorationListBox->currentText() + i18n("]") );
|
||||
tabWidget->changeTab( pluginPage, i18n("&Configure [%1]").arg( decorationListBox->currentText() ) );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue