summaryrefslogtreecommitdiff
path: root/modules/controlcenter/audio
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/audio
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/audio')
-rw-r--r--modules/controlcenter/audio/AudioPane.qml4
1 files changed, 2 insertions, 2 deletions
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
}