diff --git a/src/utils/thememanager.cpp b/src/utils/thememanager.cpp index f262288a48c34d6541ff3bb34ca08824aedfa13d..ba68b1b0e1d92659dbe8b388df3618cf430efbb9 100644 --- a/src/utils/thememanager.cpp +++ b/src/utils/thememanager.cpp @@ -221,7 +221,7 @@ void ThemeManager::slotConfigColors() int ret = KToolInvocation::kdeinitExec(QStringLiteral("kcmshell5"), QStringList() << QStringLiteral("colors")); if (ret > 0) { - KMessageBox::error(nullptr, i18n("Cannot start Colors Settings panel from KDE Control Center. " + KMessageBox::error(nullptr, i18n("Cannot start Colors panel from System Settings. " "Please check your system...")); } }