From 2b24c91bc58ad1f80eb5f07a995458d60401814e Mon Sep 17 00:00:00 2001 From: Roy Jacobs Date: Tue, 14 Mar 2017 15:05:47 +0100 Subject: Add missing, fix and improve translations --- components/StandardDropdown.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components/StandardDropdown.qml') 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 { -- cgit v1.2.3