diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-11-10 19:33:25 +0100 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-11-10 19:46:26 +0100 |
| commit | bb85cb4a9abb184bd71be53f9cc169177ffb353c (patch) | |
| tree | 9b52fd384d0c24373625e035be5bf17dc3f3670a /pages | |
| parent | 68736ab834533db50cb5eaebf9a751ad0f2fa5a6 (diff) | |
| download | monzero-gui-bb85cb4a9abb184bd71be53f9cc169177ffb353c.tar.gz monzero-gui-bb85cb4a9abb184bd71be53f9cc169177ffb353c.tar.xz monzero-gui-bb85cb4a9abb184bd71be53f9cc169177ffb353c.zip | |
TxKey: layout width + typos
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/TxKey.qml | 7 |
1 files 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; } } } |
