diff options
| author | Guillaume LE VAILLANT <glv@posteo.net> | 2017-06-21 11:55:58 +0200 |
|---|---|---|
| committer | Guillaume LE VAILLANT <glv@posteo.net> | 2017-06-21 11:55:58 +0200 |
| commit | 92c0e00b1246ca4d56b1296cb6c7738819802aac (patch) | |
| tree | 3df935bb4caae6afba4a979a5a1daa000b1029f0 /components | |
| parent | 73895f5a7b84fabd1d1c242c8904f32af9ffa88f (diff) | |
| download | monzero-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.qml | 4 |
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 |
