mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 17:07:24 -04:00
Merge pull request #586
97f9fb6Monero-core.ts (xmr-eric)a3c9c98Main.qml: Capitalize Insufficient funds message (xmr-eric)
This commit is contained in:
2
main.qml
2
main.qml
@@ -551,7 +551,7 @@ ApplicationWindow {
|
||||
} else if (amountxmr > currentWallet.unlockedBalance) {
|
||||
hideProcessingSplash()
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user