aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorGuillaume LE VAILLANT <glv@posteo.net>2017-06-21 11:55:58 +0200
committerGuillaume LE VAILLANT <glv@posteo.net>2017-06-21 11:55:58 +0200
commit92c0e00b1246ca4d56b1296cb6c7738819802aac (patch)
tree3df935bb4caae6afba4a979a5a1daa000b1029f0 /components
parent73895f5a7b84fabd1d1c242c8904f32af9ffa88f (diff)
downloadmonzero-gui-92c0e00b1246ca4d56b1296cb6c7738819802aac.tar.gz
monzero-gui-92c0e00b1246ca4d56b1296cb6c7738819802aac.tar.xz
monzero-gui-92c0e00b1246ca4d56b1296cb6c7738819802aac.zip
Add missing strings for ListElement property workaround
Diffstat (limited to 'components')
-rw-r--r--components/StandardDropdown.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/StandardDropdown.qml b/components/StandardDropdown.qml
index 34d63f87..50b60fe0 100644
--- a/components/StandardDropdown.qml
+++ b/components/StandardDropdown.qml
@@ -197,6 +197,10 @@ 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 stringSlow: qsTr("Slow (x0.25 fee)") + translationManager.emptyString
+ property string stringDefault: qsTr("Default (x1 fee)") + translationManager.emptyString
+ property string stringFast: qsTr("Fast (x5 fee)") + translationManager.emptyString
+ property string stringFastest: qsTr("Fastest (x41.5 fee)") + translationManager.emptyString
property string stringAll: qsTr("All") + translationManager.emptyString
property string stringSent: qsTr("Sent") + translationManager.emptyString
property string stringReceived: qsTr("Received") + translationManager.emptyString