From e0be6d45c5ee7320f8d298ac41296bb45b17c73a Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Sat, 14 Jan 2017 22:52:04 -0500 Subject: [PATCH] Clearer results for Verify Payment tool --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index 663f9005..520867f1 100644 --- a/main.qml +++ b/main.qml @@ -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 {