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

View File

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