[plasma/krdp] src/kcm/ui: kcm: make system user subtitle grammatically correct
Nate Graham <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e476dfc68ea7354c658e88fc123a5bbd50c41582 by Nate Graham.
Committed on 29/07/2026 at 23:42.
Pushed by ngraham into branch 'master'.
kcm: make system user subtitle grammatically correct
"login" is a noun; we want the verb form, which is "log in".
M +1 -1 src/kcm/ui/UserListView.qml
https://invent.kde.org/plasma/krdp/-/commit/e476dfc68ea7354c658e88fc123a5bbd50c41582
diff --git a/src/kcm/ui/UserListView.qml b/src/kcm/ui/UserListView.qml
index 3a9f71f..aa21d85 100644
--- a/src/kcm/ui/UserListView.qml
+++ b/src/kcm/ui/UserListView.qml
@@ -64,7 +64,7 @@ ListView {
icon.width: 0
text: model.userName
- subtitle: i18nc("@info:usagetip used as a subtitle for a title+subtitle list item", "Login with your system password")
+ subtitle: i18nc("@info:usagetip used as a subtitle for a title+subtitle list item", "Log in with your system password")
// Help line up text and actions
Kirigami.Theme.useAlternateBackgroundColor: true