Merge pull request #146

637d754 rename tab Tx Key -> Verify payment (Jacob Brydolf)
bb85cb4 TxKey: layout width + typos (Jacob Brydolf)
pull/2/head
Riccardo Spagni 8 years ago
commit a2d2455837
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -266,7 +266,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: {

@ -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;
}
}
}