i18n: fix control-center

This commit is contained in:
Ly-sec
2025-09-25 03:10:10 +02:00
parent 346e27830a
commit b03b4b0f13
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1003,7 +1003,7 @@
"night-light-forced": "Night light is forced.\nLeft click to cycle mode.\nRight click to access settings.",
"click-to-start-recording": "Click to start recording",
"click-to-stop-recording": "Click to stop recording",
"open-side-panel": "Open side panel",
"open-control-center": "Open control center",
"volume-at": "Volume at {volume}%\nLeft click to toggle mute. Right click for settings.\nScroll to modify volume.",
"microphone-volume-at": "Microphone volume at {volume}%\nLeft click to toggle mute. Right click for settings.\nScroll to modify volume.",
"manage-wifi": "Manage Wi-Fi",
+1 -1
View File
@@ -35,7 +35,7 @@ NIconButton {
// If we have a custom path or distro logo, don't use the theme icon.
icon: (customIconPath === "" && !useDistroLogo) ? customIcon : ""
tooltipText: I18n.tr("tooltips.open-side-panel")
tooltipText: I18n.tr("tooltips.open-control-center")
baseSize: Style.capsuleHeight
compact: (Settings.data.bar.density === "compact")
colorBg: (Settings.data.bar.showCapsule ? Color.mSurfaceVariant : Color.transparent)