From ae084506b673d4264f5da65e369922bfd29fe50a Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 19 Jul 2017 11:33:31 +0200 Subject: make more translatable --- accounts/gmail/package/contents/ui/GmailSettings.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'accounts/gmail/package/contents') diff --git a/accounts/gmail/package/contents/ui/GmailSettings.qml b/accounts/gmail/package/contents/ui/GmailSettings.qml index 86ea966a..b0eb1415 100644 --- a/accounts/gmail/package/contents/ui/GmailSettings.qml +++ b/accounts/gmail/package/contents/ui/GmailSettings.qml @@ -73,7 +73,7 @@ Item { } Kube.Label { - text: "Title of Account" + text: qsTr("Title of Account") Layout.alignment: Qt.AlignRight } Kube.TextField { @@ -86,7 +86,7 @@ Item { } Kube.Label { - text: "Name" + text: qsTr("Name") Layout.alignment: Qt.AlignRight } Kube.TextField { @@ -99,7 +99,7 @@ Item { } Kube.Label { - text: "Email address" + text: qsTr("Email address") Layout.alignment: Qt.AlignRight } Kube.TextField { @@ -113,7 +113,7 @@ Item { } Kube.Label { - text: "Password" + text: qsTr("Password") Layout.alignment: Qt.AlignRight } RowLayout { @@ -134,7 +134,7 @@ Item { } Controls.CheckBox { - text: "Show Password" + text: qsTr("Show Password") onClicked: { if(pwField.echoMode == TextInput.Password) { pwField.echoMode = TextInput.Normal; -- cgit v1.2.3