- i18n("&Configure [") + decorationListBox->currentText() + i18n("]")

+  i18n("&Configure [%1]").arg( decorationListBox->currentText() )

svn path=/trunk/kdebase/kwin/; revision=133789
icc-effect-5.14.5
Simon Hausmann 2002-01-25 13:54:13 +00:00
parent d8d4f8bfa1
commit f80b278658
1 changed files with 1 additions and 2 deletions

View File

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