aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-22 11:35:08 +0200
committerRiccardo Spagni <ric@spagni.net>2017-03-22 11:35:08 +0200
commit9f3bd9d896ae89c6d428130feda79ef087a1ffda (patch)
tree272d6d19264b5684ed7644add768f78885877abe /main.qml
parent9e3b3d89b61e4ec6460a3298697df99b8793aade (diff)
parent97f9fb6f01c878d23af006c06b5ecdfe61cbcfc2 (diff)
downloadmonzero-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.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 55d491c0..3e3faf2d 100644
--- a/main.qml
+++ b/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