mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Change settings navbar text: Layout -> Interface
This commit is contained in:
parent
e1c429110f
commit
4b9da8385b
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ Rectangle {
|
||||||
font.family: grid.fontFamily
|
font.family: grid.fontFamily
|
||||||
font.pixelSize: grid.fontSize
|
font.pixelSize: grid.fontSize
|
||||||
font.bold: grid.fontBold
|
font.bold: grid.fontBold
|
||||||
text: qsTr("Layout") + translationManager.emptyString
|
text: qsTr("Interface") + translationManager.emptyString
|
||||||
color: navUI.isActive ? grid.fontColorActive : grid.fontColorInActive
|
color: navUI.isActive ? grid.fontColorActive : grid.fontColorInActive
|
||||||
themeTransition: false
|
themeTransition: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue