controlcenter: minor tidying (capitalization and filename)
This commit is contained in:
parent
f472be184a
commit
9de5e790a0
6 changed files with 6 additions and 6 deletions
|
|
@ -992,7 +992,7 @@ RowLayout {
|
|||
|
||||
StyledText {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
text: qsTr("Appearance settings")
|
||||
text: qsTr("Appearance Settings")
|
||||
font.pointSize: Appearance.font.size.large
|
||||
font.bold: true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -256,7 +256,7 @@ RowLayout {
|
|||
|
||||
StyledText {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
text: qsTr("Audio settings")
|
||||
text: qsTr("Audio Settings")
|
||||
font.pointSize: Appearance.font.size.large
|
||||
font.bold: true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ ColumnLayout {
|
|||
|
||||
StyledText {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
text: qsTr("Bluetooth settings")
|
||||
text: qsTr("Bluetooth Settings")
|
||||
font.pointSize: Appearance.font.size.large
|
||||
font.bold: true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ ColumnLayout {
|
|||
|
||||
StyledText {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
text: qsTr("Networking settings")
|
||||
text: qsTr("Network Settings")
|
||||
font.pointSize: Appearance.font.size.large
|
||||
font.bold: true
|
||||
}
|
||||
|
|
@ -478,7 +478,7 @@ RowLayout {
|
|||
flickableDirection: Flickable.VerticalFlick
|
||||
contentHeight: settingsInner.height
|
||||
|
||||
NetworkingSettings {
|
||||
NetworkSettings {
|
||||
id: settingsInner
|
||||
|
||||
anchors.left: parent.left
|
||||
|
|
|
|||
|
|
@ -631,7 +631,7 @@ RowLayout {
|
|||
|
||||
StyledText {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
text: qsTr("Taskbar settings")
|
||||
text: qsTr("Taskbar Settings")
|
||||
font.pointSize: Appearance.font.size.large
|
||||
font.bold: true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue