aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2016-12-14 21:01:46 -0500
committerGitHub <noreply@github.com>2016-12-14 21:01:46 -0500
commit7cf363e8e073027d669b3e1f97d5eb640462986d (patch)
tree13c6e02b39a7a8ef148833b6963cd7b14f29e9d1
parent160a042165b8ff68904b847f46dba4aa95553a62 (diff)
downloadmonzero-gui-7cf363e8e073027d669b3e1f97d5eb640462986d.tar.gz
monzero-gui-7cf363e8e073027d669b3e1f97d5eb640462986d.tar.xz
monzero-gui-7cf363e8e073027d669b3e1f97d5eb640462986d.zip
Typo on Verify Payment page
-rw-r--r--pages/TxKey.qml2
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;
}