Merge pull request #407

e0be6d4 Clearer results for Verify Payment tool (xmr-eric)
This commit is contained in:
Riccardo Spagni 2017-01-22 11:55:19 -05:00
commit d8ac731dd2
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ ApplicationWindow {
else {
var dCurrentBlock = currentWallet.daemonBlockChainHeight();
var confirmations = dCurrentBlock - height
informationPopup.text = qsTr("This address received %1 monero, with %2 confirmations").arg(received).arg(confirmations);
informationPopup.text = qsTr("This address received %1 monero, with %2 confirmation(s).").arg(received).arg(confirmations);
}
}
else {