Merge pull request #2086

4b9da83 Change settings navbar text: Layout -> Interface (xmrdsc)
pull/2/head
luigi1111 5 years ago
commit edaa28cc23
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -192,7 +192,7 @@ Rectangle {
font.family: grid.fontFamily
font.pixelSize: grid.fontSize
font.bold: grid.fontBold
text: qsTr("Layout") + translationManager.emptyString
text: qsTr("Interface") + translationManager.emptyString
color: navUI.isActive ? grid.fontColorActive : grid.fontColorInActive
themeTransition: false
}