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:
parent
c695a0f8bc
commit
6168a25806
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue