From b03b4b0f13ed585492df9eb06e87448e43523813 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Thu, 25 Sep 2025 03:10:10 +0200 Subject: [PATCH] i18n: fix control-center --- Assets/Translations/en.json | 2 +- Modules/Bar/Widgets/ControlCenter.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json index 93d67a84..d3adfd85 100644 --- a/Assets/Translations/en.json +++ b/Assets/Translations/en.json @@ -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", diff --git a/Modules/Bar/Widgets/ControlCenter.qml b/Modules/Bar/Widgets/ControlCenter.qml index 51492b98..a81199de 100644 --- a/Modules/Bar/Widgets/ControlCenter.qml +++ b/Modules/Bar/Widgets/ControlCenter.qml @@ -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)