diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-22 11:35:08 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-22 11:35:08 +0200 |
| commit | 9f3bd9d896ae89c6d428130feda79ef087a1ffda (patch) | |
| tree | 272d6d19264b5684ed7644add768f78885877abe /main.qml | |
| parent | 9e3b3d89b61e4ec6460a3298697df99b8793aade (diff) | |
| parent | 97f9fb6f01c878d23af006c06b5ecdfe61cbcfc2 (diff) | |
| download | monzero-gui-9f3bd9d896ae89c6d428130feda79ef087a1ffda.tar.gz monzero-gui-9f3bd9d896ae89c6d428130feda79ef087a1ffda.tar.xz monzero-gui-9f3bd9d896ae89c6d428130feda79ef087a1ffda.zip | |
Merge pull request #586
97f9fb6 Monero-core.ts (xmr-eric)
a3c9c98 Main.qml: Capitalize Insufficient funds message (xmr-eric)
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
