Rename tx privacy "Normal" setting to "Default"

With this PR, both tx priority and tx privacy settings will have similar terminology.
pull/2/head
xmr-eric 7 years ago committed by GitHub
parent 2147803d45
commit 8e1f1dbf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ""
}