settings: improve .desktop GenericName and Comment

The .desktop file for the non-Plasma settings app currently has a
sentence as the GenericName, which is supposed to be the term of a
class of applications, and does not have a Comment field, which is
suitable for descriptions in the form of a sentence.

This change sets the GenericName to "Device Synchronization Settings",
and adds a Domment field that matches the description for the kcm.
This commit is contained in:
Christoph Wolk 2024-08-03 13:01:58 +02:00
parent c695a0f8bc
commit 6168a25806

View file

@ -54,7 +54,7 @@ Name[uk]=Параметри KDE Connect
Name[x-test]=xxKDE Connect Settingsxx Name[x-test]=xxKDE Connect Settingsxx
Name[zh_CN]=KDE Connect Name[zh_CN]=KDE Connect
Name[zh_TW]=KDE Name[zh_TW]=KDE
GenericName=Connect and sync your devices GenericName=Device Synchronization Settings
GenericName[ar]=اتّصل وزامن أجهزتك GenericName[ar]=اتّصل وزامن أجهزتك
GenericName[az]=Cihazlarınızın qoşulması və eyniləşdirilməsi GenericName[az]=Cihazlarınızın qoşulması və eyniləşdirilməsi
GenericName[bg]=Свържете и синхронизирайте вашите устройства GenericName[bg]=Свържете и синхронизирайте вашите устройства
@ -105,6 +105,7 @@ GenericName[uk]=З’єднання і синхронізація ваших п
GenericName[x-test]=xxConnect and sync your devicesxx GenericName[x-test]=xxConnect and sync your devicesxx
GenericName[zh_CN]= GenericName[zh_CN]=
GenericName[zh_TW]= GenericName[zh_TW]=
Comment=Configure device synchronization
Categories=Qt;KDE;Settings;HardwareSettings; Categories=Qt;KDE;Settings;HardwareSettings;
NotShowIn=KDE; NotShowIn=KDE;
SingleMainWindow=true SingleMainWindow=true