Merge pull request #403

4a2266b TickDelegate.qml: Changed LOW to NORMAL (xmr-eric)
This commit is contained in:
Riccardo Spagni
2017-01-22 11:54:15 -05:00

View File

@@ -52,7 +52,7 @@ Item {
font.pixelSize: 12
color: "#4A4949"
text: {
if(currentIndex === 0) return qsTr("LOW") + translationManager.emptyString
if(currentIndex === 0) return qsTr("NORMAL") + translationManager.emptyString
if(currentIndex === 3) return qsTr("MEDIUM") + translationManager.emptyString
if(currentIndex === 13) return qsTr("HIGH") + translationManager.emptyString
return ""