typo fixes

svn path=/trunk/kdebase/kcontrol/; revision=233092
This commit is contained in:
Dirk Mueller 2003-06-22 23:37:37 +00:00
parent 056cddfe3c
commit 961f8f2173

View file

@ -161,7 +161,7 @@ bool PluginMgr::loadPlugin(QString nameStr)
void PluginMgr::shutdownKWin(const QString &error_msg)
{
qWarning( "%s", (i18n("KWin: ") + error_msg +
i18n("\nKWin will now exit...")).latin1() );
i18n("\nKWin will now exit...")).local8Bit().data() );
exit(1);
}