From 331dcf180a1cbce11f8b91296f87ebeff51c63dc Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 5 Aug 2018 15:11:27 +0200 Subject: [PATCH] =?UTF-8?q?einige=20Worte=20auf=20seutsch=20=C3=BCbersetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/LoginPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/LoginPage.qml b/qml/LoginPage.qml index 79e9baa..06549da 100644 --- a/qml/LoginPage.qml +++ b/qml/LoginPage.qml @@ -83,7 +83,7 @@ Page { Button { id: loginButton objectName: "loginButton" - text: qsTr("Login") + text: qsTr("Anmelden") enabled: tiuname.length > 0 & tipasswd.length > 0 anchors.horizontalCenter: parent.horizontalCenter anchors.left: parent.left