Typo on Verify Payment page

This commit is contained in:
xmr-eric 2016-12-14 21:01:46 -05:00 committed by GitHub
parent 160a042165
commit 7cf363e8e0

View file

@ -103,7 +103,7 @@ Rectangle {
wrapMode: Text.Wrap wrapMode: Text.Wrap
} }
Text { 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 wrapMode: Text.Wrap
Layout.fillWidth: true; Layout.fillWidth: true;
} }