Clearer results for Verify Payment tool

This commit is contained in:
xmr-eric 2017-01-14 22:52:04 -05:00 committed by GitHub
parent 7cbd61dae2
commit e0be6d45c5
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,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 {