aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2017-01-30 16:21:33 -0600
committerluigi1111 <luigi1111w@gmail.com>2017-01-30 16:21:33 -0600
commit58bcc3640c4fa427cf0fce17ec387acd00c24975 (patch)
treee2703c025bffd48a5e21a953fdd3472d62f391d4
parent26be7fbd466f481f944410b7da91c7e6d07c30d0 (diff)
parent1acd4a7ac84b4045bf7ec6b7f9b43f55ad545a91 (diff)
downloadmonzero-gui-58bcc3640c4fa427cf0fce17ec387acd00c24975.tar.gz
monzero-gui-58bcc3640c4fa427cf0fce17ec387acd00c24975.tar.xz
monzero-gui-58bcc3640c4fa427cf0fce17ec387acd00c24975.zip
Merge branch 'patch-1' of https://github.com/xmr-eric/monero-core into xmr-eric-patch-1
-rw-r--r--pages/Transfer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml
index 9c2c31d9..74e5d114 100644
--- a/pages/Transfer.qml
+++ b/pages/Transfer.qml
@@ -152,7 +152,7 @@ Rectangle {
//anchors.top: amountLine.top
//anchors.bottom: amountLine.bottom
width: 60
- text: qsTr("or ALL") + translationManager.emptyString
+ text: qsTr("ALL") + translationManager.emptyString
shadowReleasedColor: "#FF4304"
shadowPressedColor: "#B32D00"
releasedColor: "#FF6C3C"