summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-11 16:25:49 -0500
committerATMDA <atdma2600@gmail.com>2025-11-11 16:25:49 -0500
commitb9ee123cb8a1ace8f683ce4b91ed19838aeb6efc (patch)
treece0742ee056cf8385aea129b1e07aaa89c69796d /modules
parentcontrolcenter: desktop selector in appearance panel font styling (diff)
downloadcaelestia-shell-b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc.tar.gz
caelestia-shell-b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc.tar.bz2
caelestia-shell-b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc.zip
popout: audio and blueooth changed button to say "Open Settings"
Diffstat (limited to 'modules')
-rw-r--r--modules/bar/popouts/Audio.qml2
-rw-r--r--modules/bar/popouts/Bluetooth.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/bar/popouts/Audio.qml b/modules/bar/popouts/Audio.qml
index 55a30a2..0954b10 100644
--- a/modules/bar/popouts/Audio.qml
+++ b/modules/bar/popouts/Audio.qml
@@ -129,7 +129,7 @@ Item {
StyledText {
Layout.leftMargin: Appearance.padding.smaller
- text: qsTr("Open panel")
+ text: qsTr("Open Settings")
color: Colours.palette.m3onPrimaryContainer
}
diff --git a/modules/bar/popouts/Bluetooth.qml b/modules/bar/popouts/Bluetooth.qml
index 53d8b29..a43bba1 100644
--- a/modules/bar/popouts/Bluetooth.qml
+++ b/modules/bar/popouts/Bluetooth.qml
@@ -188,7 +188,7 @@ ColumnLayout {
StyledText {
Layout.leftMargin: Appearance.padding.smaller
- text: qsTr("Open panel")
+ text: qsTr("Open Settings")
color: Colours.palette.m3onPrimaryContainer
}