From 2486e8e36ecf34a9a18c3db0d283309a4cbc644b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sat, 14 Dec 2013 16:10:32 +0100 Subject: [PATCH] [kwin/kcmdeco] Add missing i18n call --- kcmkwin/kwindecoration/kwindecoration.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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");