Change settings navbar text: Layout -> Interface

This commit is contained in:
xmrdsc 2019-04-16 16:00:10 +02:00 committed by dsc
parent e1c429110f
commit 4b9da8385b
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB

View file

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