[plasma/bluedevil] /: Rename "Joypad" to "Game controller"
Joshua Goins
null at kde.org
Thu Apr 4 20:27:29 BST 2024
Git commit ccebe6694e47f7e22529b3cd8fdbfc282ea8840d by Joshua Goins.
Committed on 04/04/2024 at 19:26.
Pushed by redstrate into branch 'master'.
Rename "Joypad" to "Game controller"
This is a more "modern" term, and it's also consistent with how we call
these in other settings.
M +1 -0 doc/index.docbook
M +1 -1 src/kcm/ui/script.js
https://invent.kde.org/plasma/bluedevil/-/commit/ccebe6694e47f7e22529b3cd8fdbfc282ea8840d
diff --git a/doc/index.docbook b/doc/index.docbook
index fea6db25d..6e036c923 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -33,6 +33,7 @@
<keyword>keyboard</keyword>
<keyword>mouse</keyword>
<keyword>joypad</keyword>
+ <keyword>controller</keyword>
<keyword>tablet</keyword>
<keyword>camera</keyword>
<keyword>printer</keyword>
diff --git a/src/kcm/ui/script.js b/src/kcm/ui/script.js
index 0cfebd786..b5ea193d9 100644
--- a/src/kcm/ui/script.js
+++ b/src/kcm/ui/script.js
@@ -19,7 +19,7 @@ function deviceTypeToString(type) {
case BluezQt.Device.Mouse:
return i18nc("This device is a Mouse", "Mouse");
case BluezQt.Device.Joypad:
- return i18nc("This device is a Joypad", "Joypad");
+ return i18nc("This device is a Game controller", "Game controller");
case BluezQt.Device.Tablet:
return i18nc("This device is a Graphics Tablet (input device)", "Tablet");
case BluezQt.Device.Peripheral:
More information about the kde-doc-english
mailing list