TxKey: layout width + typos

pull/2/head
Jacob Brydolf 8 years ago
parent 68736ab834
commit bb85cb4a9a
No known key found for this signature in database
GPG Key ID: DE46246550D2F3C5

@ -83,11 +83,11 @@ Rectangle {
property int editWidth: 400 property int editWidth: 400
property int lineEditFontSize: 12 property int lineEditFontSize: 12
RowLayout { RowLayout {
ColumnLayout { ColumnLayout {
Text { 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 wrapMode: Text.Wrap
} }
Text { Text {
@ -103,8 +103,9 @@ Rectangle {
wrapMode: Text.Wrap wrapMode: Text.Wrap
} }
Text { 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 wrapMode: Text.Wrap
Layout.fillWidth: true;
} }
} }
} }