summaryrefslogtreecommitdiff
path: root/modules/controlcenter
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-17 15:46:40 -0500
committerATMDA <atdma2600@gmail.com>2025-11-17 15:46:40 -0500
commit23e5d7d13ce0432e17a7e2077b12b44278f919b6 (patch)
treef986cdcb9624e34f2d57f77eb86df0ffe6daf1a3 /modules/controlcenter
parentcontrolcenter: changed button label for audio to speakers (diff)
downloadcaelestia-shell-23e5d7d13ce0432e17a7e2077b12b44278f919b6.tar.gz
caelestia-shell-23e5d7d13ce0432e17a7e2077b12b44278f919b6.tar.bz2
caelestia-shell-23e5d7d13ce0432e17a7e2077b12b44278f919b6.zip
controlcenter: renamed panel titles from settings to panel name
Diffstat (limited to 'modules/controlcenter')
-rw-r--r--modules/controlcenter/appearance/AppearancePane.qml2
-rw-r--r--modules/controlcenter/audio/AudioPane.qml4
-rw-r--r--modules/controlcenter/bluetooth/DeviceList.qml2
-rw-r--r--modules/controlcenter/launcher/LauncherPane.qml2
-rw-r--r--modules/controlcenter/network/NetworkingPane.qml4
-rw-r--r--modules/controlcenter/taskbar/TaskbarPane.qml2
6 files changed, 8 insertions, 8 deletions
diff --git a/modules/controlcenter/appearance/AppearancePane.qml b/modules/controlcenter/appearance/AppearancePane.qml
index 177e7b9..891f64b 100644
--- a/modules/controlcenter/appearance/AppearancePane.qml
+++ b/modules/controlcenter/appearance/AppearancePane.qml
@@ -147,7 +147,7 @@ RowLayout {
spacing: Appearance.spacing.smaller
StyledText {
- text: qsTr("Settings")
+ text: qsTr("Appearance")
font.pointSize: Appearance.font.size.large
font.weight: 500
}
diff --git a/modules/controlcenter/audio/AudioPane.qml b/modules/controlcenter/audio/AudioPane.qml
index 3440a2f..c2d60d8 100644
--- a/modules/controlcenter/audio/AudioPane.qml
+++ b/modules/controlcenter/audio/AudioPane.qml
@@ -74,13 +74,13 @@ RowLayout {
anchors.right: parent.right
spacing: Appearance.spacing.normal
- // Settings header above the collapsible sections
+ // Audio header above the collapsible sections
RowLayout {
Layout.fillWidth: true
spacing: Appearance.spacing.smaller
StyledText {
- text: qsTr("Settings")
+ text: qsTr("Audio")
font.pointSize: Appearance.font.size.large
font.weight: 500
}
diff --git a/modules/controlcenter/bluetooth/DeviceList.qml b/modules/controlcenter/bluetooth/DeviceList.qml
index 8e79e72..06700e8 100644
--- a/modules/controlcenter/bluetooth/DeviceList.qml
+++ b/modules/controlcenter/bluetooth/DeviceList.qml
@@ -25,7 +25,7 @@ ColumnLayout {
spacing: Appearance.spacing.smaller
StyledText {
- text: qsTr("Settings")
+ text: qsTr("Bluetooth")
font.pointSize: Appearance.font.size.large
font.weight: 500
}
diff --git a/modules/controlcenter/launcher/LauncherPane.qml b/modules/controlcenter/launcher/LauncherPane.qml
index bf4e85f..300117a 100644
--- a/modules/controlcenter/launcher/LauncherPane.qml
+++ b/modules/controlcenter/launcher/LauncherPane.qml
@@ -194,7 +194,7 @@ RowLayout {
spacing: Appearance.spacing.smaller
StyledText {
- text: qsTr("Settings")
+ text: qsTr("Launcher")
font.pointSize: Appearance.font.size.large
font.weight: 500
}
diff --git a/modules/controlcenter/network/NetworkingPane.qml b/modules/controlcenter/network/NetworkingPane.qml
index a632c2b..52499d8 100644
--- a/modules/controlcenter/network/NetworkingPane.qml
+++ b/modules/controlcenter/network/NetworkingPane.qml
@@ -82,13 +82,13 @@ Item {
anchors.right: parent.right
spacing: Appearance.spacing.normal
- // Settings header above the collapsible sections
+ // Network header above the collapsible sections
RowLayout {
Layout.fillWidth: true
spacing: Appearance.spacing.smaller
StyledText {
- text: qsTr("Settings")
+ text: qsTr("Network")
font.pointSize: Appearance.font.size.large
font.weight: 500
}
diff --git a/modules/controlcenter/taskbar/TaskbarPane.qml b/modules/controlcenter/taskbar/TaskbarPane.qml
index b798da8..507a239 100644
--- a/modules/controlcenter/taskbar/TaskbarPane.qml
+++ b/modules/controlcenter/taskbar/TaskbarPane.qml
@@ -171,7 +171,7 @@ Item {
spacing: Appearance.spacing.smaller
StyledText {
- text: qsTr("Settings")
+ text: qsTr("Taskbar")
font.pointSize: Appearance.font.size.large
font.weight: 500
}