From 24c4be911fa822652d91020e00db17b67050e43f Mon Sep 17 00:00:00 2001 From: Alexander Potashev Date: Mon, 16 Oct 2017 12:17:39 +0300 Subject: [PATCH] kcm search: Change KCM title to "Configure Search Bar" to disambiguate from Baloo file indexing Reviewers: plasma-devel, davidedmundson Reviewed By: davidedmundson Tags: #plasma Differential Revision: https://phabricator.kde.org/D8328 --- kcms/runners/kcm.cpp | 2 +- kcms/runners/kcm_plasmasearch.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kcms/runners/kcm.cpp b/kcms/runners/kcm.cpp index 9da5efbb1..f6eaf1889 100644 --- a/kcms/runners/kcm.cpp +++ b/kcms/runners/kcm.cpp @@ -46,7 +46,7 @@ SearchConfigModule::SearchConfigModule(QWidget* parent, const QVariantList& args : KCModule(parent, args) , m_config("krunnerrc") { - KAboutData* about = new KAboutData(QStringLiteral("kcm_search"), i18n("Configure Search"), + KAboutData* about = new KAboutData(QStringLiteral("kcm_search"), i18nc("kcm name for About dialog", "Configure Search Bar"), QStringLiteral("0.1"), QString(), KAboutLicense::LGPL); about->addAuthor(i18n("Vishesh Handa"), QString(), QStringLiteral("vhanda@kde.org")); setAboutData(about); diff --git a/kcms/runners/kcm_plasmasearch.desktop b/kcms/runners/kcm_plasmasearch.desktop index 63065b13d..c5da4e0ac 100644 --- a/kcms/runners/kcm_plasmasearch.desktop +++ b/kcms/runners/kcm_plasmasearch.desktop @@ -55,7 +55,7 @@ Name[uk]=Пошук у Плазмі Name[x-test]=xxPlasma Searchxx Name[zh_CN]=Plasma 搜索 Name[zh_TW]=Plasma 搜尋 -Comment=Configure Search +Comment=Configure Search Bar Comment[ar]=اضبط البحث Comment[bs]=Konfiguriši pretragu Comment[ca]=Configura la cerca -- GitLab