From 7cf363e8e073027d669b3e1f97d5eb640462986d Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Wed, 14 Dec 2016 21:01:46 -0500 Subject: [PATCH] Typo on Verify Payment page --- pages/TxKey.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }