From 9cb33527211d527b4fcbb3827cce5192648fbd26 Mon Sep 17 00:00:00 2001 From: Christoph Wolk Date: Sat, 3 Aug 2024 12:37:58 +0200 Subject: [PATCH] kcm: improve description field in json The kcm json currently lists the description as "Connect and sync your devices". This is hard to distinguish from the KDE Connect application at a glance, and does not follow the general pattern in kcm descriptions to use either a configuration-based verb or noun (e.g. configure, edit, settings). This change sets the description to "Configure device synchronization". BUG: 466256 --- kcm/kcm_kdeconnect.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcm/kcm_kdeconnect.json b/kcm/kcm_kdeconnect.json index 223257c26..7f5c2917e 100644 --- a/kcm/kcm_kdeconnect.json +++ b/kcm/kcm_kdeconnect.json @@ -1,7 +1,7 @@ { "KPlugin": { "BugReportUrl": "https://bugs.kde.org/enter_bug.cgi?product=systemsettings&component=kcm_kdeconnect", - "Description": "Connect and sync your devices", + "Description": "Configure device synchronization", "Description[ar]": "اتّصل وزامن أجهزتك", "Description[az]": "Cihazlarını qoş və eyniləşdir", "Description[bg]": "Свържете и синхронизирайте вашите устройства",