diff --git a/sddm-theme/Login.qml b/sddm-theme/Login.qml --- a/sddm-theme/Login.qml +++ b/sddm-theme/Login.qml @@ -93,7 +93,7 @@ id: loginButton Layout.fillWidth: true - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Login") + text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Log In") onClicked: startLogin(); } diff --git a/sddm-theme/Main.qml b/sddm-theme/Main.qml --- a/sddm-theme/Main.qml +++ b/sddm-theme/Main.qml @@ -348,7 +348,7 @@ notificationMessage: root.notificationMessage userListModel: QtObject { - property string name: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Login as different user") + property string name: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Log in as a different user") property string iconSource: "" }