i18n: no more close side panel as its called control center

This commit is contained in:
ItsLemmy
2025-09-24 10:17:28 -04:00
parent 9cfe49dec3
commit 9105ec6b0d
4 changed files with 1244 additions and 8 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ NBox {
NIconButton {
id: closeButton
icon: "close"
tooltipText: I18n.tr("tooltips.close-side-panel")
tooltipText: I18n.tr("tooltips.close")
onClicked: {
controlCenterPanel.close()
}