diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index 93992c6a53..3172d77fae 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -119,11 +119,10 @@ void KWinDecorationModule::init() } const QString mainQmlPath = QStandardPaths::locate(QStandardPaths::GenericDataLocation, "kwin/kcm_kwindecoration/main.qml"); if (mainQmlPath.isNull()) { - // TODO 4.11 i18n this - KMessageBox::error(this, "

Installation error

" + KMessageBox::error(this, i18n("

Installation error

" "The resource

kwin/kcm_kwindecoration/main.qml

could not be located in any application data path." "

Please contact your distribution

" - "The application will now abort", "Installation Error"); + "The application will now abort"), i18n("Installation Error")); abort(); } KConfigGroup style(kwinConfig, "Style");