forked from Public/monero-gui
Rename tx privacy "Normal" setting to "Default"
With this PR, both tx priority and tx privacy settings will have similar terminology.
This commit is contained in:
@@ -52,7 +52,7 @@ Item {
|
|||||||
font.pixelSize: 12 * scaleRatio
|
font.pixelSize: 12 * scaleRatio
|
||||||
color: "#4A4949"
|
color: "#4A4949"
|
||||||
text: {
|
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
|
if(currentIndex === 13) return qsTr("High") + translationManager.emptyString
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user