[plasma/plasma-nm] kcms/kcm_wifi_mobile/ui: Use 'Settings' instead of 'More'

Devin Lin <[email protected]> Wed, 5 Aug 2026 02:47:36 +0000 (UTC)
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 0286797a77f1d6b1b5a36919d27f341f1d41b061 by Devin Lin, on behalf of Justin Zobel.
Committed on 05/08/2026 at 02:41.
Pushed by devinlin into branch 'master'.

Use 'Settings' instead of 'More'

M  +1    -1    kcms/kcm_wifi_mobile/ui/main.qml

https://invent.kde.org/plasma/plasma-nm/-/commit/0286797a77f1d6b1b5a36919d27f341f1d41b061

diff --git a/kcms/kcm_wifi_mobile/ui/main.qml b/kcms/kcm_wifi_mobile/ui/main.qml
index 138318157..3640b4786 100644
--- a/kcms/kcm_wifi_mobile/ui/main.qml
+++ b/kcms/kcm_wifi_mobile/ui/main.qml
@@ -95,7 +95,7 @@ SimpleKCM {
             FormCard.FormDelegateSeparator {}
 
             FormCard.FormButtonDelegate {
-                text: i18n("More")
+                text: i18n("Settings")
                 onClicked: {
                     kcm.push("MorePage.qml");
                 }