aboutsummaryrefslogtreecommitdiff
path: root/components/StandardDropdown.qml
diff options
context:
space:
mode:
authorMatthias Tarasiewicz <parasew@gmail.com>2017-03-25 17:22:13 +0100
committerGitHub <noreply@github.com>2017-03-25 17:22:13 +0100
commit0836bd9cfd0c1ec2918b50d703ee84d9700a0969 (patch)
treef42099f728a988942bacab1014505e67ce7d26d3 /components/StandardDropdown.qml
parent6e381c38578ab130a9991189887ba68397e2bfad (diff)
parent12573652a0a5836938b02a2308098929fdf06ab4 (diff)
downloadmonzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.gz
monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.xz
monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.zip
Merge branch 'master' into patch-1
Diffstat (limited to 'components/StandardDropdown.qml')
-rw-r--r--components/StandardDropdown.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/StandardDropdown.qml b/components/StandardDropdown.qml
index 8b2c9d41..34d63f87 100644
--- a/components/StandardDropdown.qml
+++ b/components/StandardDropdown.qml
@@ -197,6 +197,9 @@ Item {
property string stringLow: qsTr("Low (x1 fee)") + translationManager.emptyString
property string stringMedium: qsTr("Medium (x20 fee)") + translationManager.emptyString
property string stringHigh: qsTr("High (x166 fee)") + translationManager.emptyString
+ property string stringAll: qsTr("All") + translationManager.emptyString
+ property string stringSent: qsTr("Sent") + translationManager.emptyString
+ property string stringReceived: qsTr("Received") + translationManager.emptyString
delegate: Rectangle {