Git commit 548c7e2ab684f9f16f502871f4f81fa7ea01da7b by Nate Graham. Committed on 21/05/2023 at 22:32. Pushed by ngraham into branch 'master'.
solid-device-automounter: change name to reflect what it does This KCM isn't just for removable storage; it affects whether any type of device can be auto-mounted. So let's change its name accordingly to avoid confusing people. BUG: 452837 FIXED-IN: 6.0 M +2 -2 doc/kcontrol/solid-device-automounter/index.docbook M +3 -3 solid-device-automounter/kcm/device_automounter_kcm.json https://invent.kde.org/plasma/plasma-desktop/commit/548c7e2ab684f9f16f502871f4f81fa7ea01da7b diff --git a/doc/kcontrol/solid-device-automounter/index.docbook b/doc/kcontrol/solid-device-automounter/index.docbook index 0b9b896b43..0328146dd3 100644 --- a/doc/kcontrol/solid-device-automounter/index.docbook +++ b/doc/kcontrol/solid-device-automounter/index.docbook @@ -5,7 +5,7 @@ <!ENTITY % English "INCLUDE"> ]> <article id="solid-device-automounter" lang="&language;"> -<title>Removable Devices</title> +<title>Device Auto-Mount</title> <articleinfo> <authorgroup> <author><firstname>Trever</firstname><surname>Fischer</surname></author> @@ -24,7 +24,7 @@ </articleinfo> <para> -This dialog allows you to configure automatic handling of removable storage media. +This dialog allows you to configure automatic mounting of disks and volumes. </para> <para>If you enable the automatic mounting features in this module, you will not need to use diff --git a/solid-device-automounter/kcm/device_automounter_kcm.json b/solid-device-automounter/kcm/device_automounter_kcm.json index 5396e3a334..be9cd316ef 100644 --- a/solid-device-automounter/kcm/device_automounter_kcm.json +++ b/solid-device-automounter/kcm/device_automounter_kcm.json @@ -1,7 +1,7 @@ { "KPlugin": { "BugReportUrl": "https://bugs.kde.org/enter_bug.cgi?product=systemsettings&component=kcm_deviceautomounter", - "Description": "Configure automatic handling of removable storage media", + "Description": "Configure automatic mounting of disks and volumes", "Description[ar]": "اضبط التّعامل الآليّ من مساحات تخزين الوسائط القابلة للإزالة", "Description[az]": "Xarici məlumat daşıyıcılarının avtomatik qoşulmasını ayarlamaq", "Description[be]": "Наладжванне аўтамытычнага апрацоўвання медыяфайлаў на рухомых носьбітах", @@ -46,7 +46,7 @@ "Description[zh_CN]": "配置移动存储设备的自动处理方式", "Description[zh_TW]": "設定可移除儲存裝置的自動處理", "Icon": "drive-removable-media", - "Name": "Removable Devices", + "Name": "Device Auto-Mount", "Name[ar]": "الأجهزة القابلة للإزالة", "Name[az]": "ÇIxarılabilən Cihazlar", "Name[be]": "Рухомыя носьбіты", @@ -101,7 +101,7 @@ "Name[zh_TW]": "可移除裝置" }, "X-DocPath": "kcontrol/solid-device-automounter/index.html", - "X-KDE-Keywords": "Mount,Removable,Devices,Automatic", + "X-KDE-Keywords": "Automount,Mount,Disk,Disks,Removable,Device,Devices,Automatic", "X-KDE-Keywords[ar]": "ضم,إزالة,أجهزة,آلي", "X-KDE-Keywords[ast]": "Montar,Montaxe,Estrayer,Estraición,Estrayible,Preséu,Preseos", "X-KDE-Keywords[az]": "Mount,Removable,Devices,Automatic,Qoşulma,Çıxarılabilən,Cihazlar,Avtomatik",
