diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-04-03 18:51:55 +0200 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-05-05 12:03:03 +0200 |
| commit | 2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9 (patch) | |
| tree | 11b5609216403534b16a6255101d63cb46f348d9 /pages/TxKey.qml | |
| parent | da6aad33a4aa58c298f3452206f3bab04ad2b5cb (diff) | |
| download | monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.tar.gz monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.tar.xz monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.zip | |
ios build settings
Diffstat (limited to 'pages/TxKey.qml')
| -rw-r--r-- | pages/TxKey.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/TxKey.qml b/pages/TxKey.qml index a22d56e4..b51feea5 100644 --- a/pages/TxKey.qml +++ b/pages/TxKey.qml @@ -89,18 +89,22 @@ Rectangle { Text { text: qsTr("Verify that a third party made a payment by supplying:") + translationManager.emptyString wrapMode: Text.Wrap + Layout.fillWidth: true; } Text { text: qsTr(" - the recipient address") + translationManager.emptyString wrapMode: Text.Wrap + Layout.fillWidth: true; } Text { text: qsTr(" - the transaction ID") + translationManager.emptyString wrapMode: Text.Wrap + Layout.fillWidth: true; } Text { text: qsTr(" - the secret transaction key supplied by the sender") + translationManager.emptyString wrapMode: Text.Wrap + Layout.fillWidth: true; } Text { text: qsTr("If a payment had several transactions then each must be checked and the results combined.") + translationManager.emptyString |
