typo fix reported by marce <mvillarino@gmail.com> on kde-i18n-doc
svn path=/trunk/KDE/kdebase/workspace/; revision=1032056
This commit is contained in:
parent
711879a993
commit
4d4c8d91e7
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ namespace Oxygen
|
|||
exceptions = new OxygenExceptionListWidget();
|
||||
exceptions->setObjectName(QString::fromUtf8("exceptions"));
|
||||
int index = tab->addTab( exceptions, i18n( "&Window-Specific Overrides" ) );
|
||||
tab->setTabToolTip( index, i18n( "Configure window decoraction option overrides for specific windows" ) );
|
||||
tab->setTabToolTip( index, i18n( "Configure window decoration option overrides for specific windows" ) );
|
||||
}
|
||||
|
||||
// connections
|
||||
|
|
Loading…
Reference in a new issue