From 92c0e00b1246ca4d56b1296cb6c7738819802aac Mon Sep 17 00:00:00 2001 From: Guillaume LE VAILLANT Date: Wed, 21 Jun 2017 11:55:58 +0200 Subject: Add missing strings for ListElement property workaround --- components/StandardDropdown.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components') 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 -- cgit v1.2.3