1
mirror of https://github.com/monero-project/monero-gui synced 2024-08-07 13:04:14 +02:00

Merge pull request #284

7cf363e Typo on Verify Payment page (xmr-eric)
This commit is contained in:
Riccardo Spagni 2016-12-15 17:17:17 +02:00
commit 69625015a0
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -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;
}