diff --git a/kcms/baloo/kcm_baloofile.desktop b/kcms/baloo/kcm_baloofile.desktop --- a/kcms/baloo/kcm_baloofile.desktop +++ b/kcms/baloo/kcm_baloofile.desktop @@ -57,7 +57,7 @@ Name[x-test]=xxFile Searchxx Name[zh_CN]=文件搜索 Name[zh_TW]=檔案搜尋 -Comment=Configure File Search +Comment=Configure Baloo File Search Comment[ar]=اضبط بحث الملفّات Comment[ast]=Configura la gueta de ficheros Comment[ca]=Configura la cerca de fitxers diff --git a/kcms/baloo/package/contents/ui/main.qml b/kcms/baloo/package/contents/ui/main.qml --- a/kcms/baloo/package/contents/ui/main.qml +++ b/kcms/baloo/package/contents/ui/main.qml @@ -28,13 +28,13 @@ KCM.SimpleKCM { id: root - KCM.ConfigModule.quickHelp: i18n("This module lets you configure the file indexer and search functionality.") + KCM.ConfigModule.quickHelp: i18n("This module lets you configure the Baloo file indexer and search functionality.") ColumnLayout { anchors.fill: parent anchors.margins: Kirigami.Units.largeSpacing QQC2.Label { - text: i18n("File Search helps you quickly locate all your files based on their content.") + text: i18n("The Baloo file search and indexing service helps you quickly locate all your files based on their content.") } QQC2.CheckBox {