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
@@ -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)