aboutsummaryrefslogtreecommitdiff
path: root/components/StandardDropdown.qml
diff options
context:
space:
mode:
authorRoy Jacobs <roy.jacobs@12roar.com>2017-03-14 15:05:47 +0100
committerRoy Jacobs <roy.jacobs@12roar.com>2017-03-14 15:14:02 +0100
commit2b24c91bc58ad1f80eb5f07a995458d60401814e (patch)
tree95f21d5f67349340948c23e53a403fff433441bd /components/StandardDropdown.qml
parent897bc582f042cdcecbaf8048bd9ab73f3f9b302b (diff)
downloadmonzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.tar.gz
monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.tar.xz
monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.zip
Add missing, fix and improve translations
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 {