Merge pull request #968

8e1f1db Rename tx privacy Normal setting to Default
This commit is contained in:
luigi1111
2017-11-27 16:00:23 -06:00

View File

@@ -52,7 +52,7 @@ Item {
font.pixelSize: 12 * scaleRatio
color: "#4A4949"
text: {
if(currentIndex === 0) return qsTr("Normal") + translationManager.emptyString
if(currentIndex === 0) return qsTr("Default") + translationManager.emptyString
if(currentIndex === 13) return qsTr("High") + translationManager.emptyString
return ""
}