mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #2086
4b9da83
Change settings navbar text: Layout -> Interface (xmrdsc)
This commit is contained in:
commit
edaa28cc23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue