diff --git a/main.qml b/main.qml index ea11a8a8..d60872c8 100644 --- a/main.qml +++ b/main.qml @@ -549,7 +549,7 @@ ApplicationWindow { return; } else if (amountxmr > currentWallet.unlockedBalance) { informationPopup.title = qsTr("Error") + translationManager.emptyString; - informationPopup.text = qsTr("insufficient funds. Unlocked balance: %1") + informationPopup.text = qsTr("Insufficient funds. Unlocked balance: %1") .arg(walletManager.displayAmount(currentWallet.unlockedBalance)) + translationManager.emptyString