diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-15 17:17:17 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-15 17:17:17 +0200 |
| commit | 69625015a006bb54d3caa3c8fb730c1ede2d6974 (patch) | |
| tree | 0325f866712ceec7fd7bb146a8da7c8db11a2a11 | |
| parent | 16ff89cdd798cb22ee2afa6d13d97eda170a21c7 (diff) | |
| parent | 7cf363e8e073027d669b3e1f97d5eb640462986d (diff) | |
| download | monzero-gui-69625015a006bb54d3caa3c8fb730c1ede2d6974.tar.gz monzero-gui-69625015a006bb54d3caa3c8fb730c1ede2d6974.tar.xz monzero-gui-69625015a006bb54d3caa3c8fb730c1ede2d6974.zip | |
Merge pull request #284
7cf363e Typo on Verify Payment page (xmr-eric)
| -rw-r--r-- | pages/TxKey.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/TxKey.qml b/pages/TxKey.qml index fef0f91e..cc44625c 100644 --- a/pages/TxKey.qml +++ b/pages/TxKey.qml @@ -103,7 +103,7 @@ Rectangle { wrapMode: Text.Wrap } Text { - text: qsTr("If a payment had several transactions then each must must be checked and the results combined.") + translationManager.emptyString + text: qsTr("If a payment had several transactions then each must be checked and the results combined.") + translationManager.emptyString wrapMode: Text.Wrap Layout.fillWidth: true; } |
