From bb85cb4a9abb184bd71be53f9cc169177ffb353c Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Thu, 10 Nov 2016 19:33:25 +0100 Subject: [PATCH 1/2] TxKey: layout width + typos --- pages/TxKey.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/TxKey.qml b/pages/TxKey.qml index b9188bb9..07af3eb2 100644 --- a/pages/TxKey.qml +++ b/pages/TxKey.qml @@ -83,11 +83,11 @@ Rectangle { property int editWidth: 400 property int lineEditFontSize: 12 - RowLayout { ColumnLayout { + Text { - text: qsTr("You can verify a third party made a payment by supplying:") + translationManager.emptyString + text: qsTr("You can verify that a third party made a payment by supplying:") + translationManager.emptyString wrapMode: Text.Wrap } Text { @@ -103,8 +103,9 @@ Rectangle { wrapMode: Text.Wrap } Text { - text: qsTr("If a payment was made up of several tranactions, each transaction must be checked, and the results added") + translationManager.emptyString + text: qsTr("If a payment was made up of several transactions, each transaction must be checked, and the results added") + translationManager.emptyString wrapMode: Text.Wrap + Layout.fillWidth: true; } } } From 637d75480cc3485893754f60399c9be8540a5df7 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Thu, 10 Nov 2016 19:39:18 +0100 Subject: [PATCH 2/2] rename tab Tx Key -> Verify payment --- LeftPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeftPanel.qml b/LeftPanel.qml index 5fc3ff33..406e231c 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -264,7 +264,7 @@ Rectangle { id: txkeyButton anchors.left: parent.left anchors.right: parent.right - text: qsTr("Tx Key") + translationManager.emptyString + text: qsTr("Verify payment") + translationManager.emptyString symbol: qsTr("K") + translationManager.emptyString dotColor: "#AAFFBB" onClicked: {