mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-25 07:34:39 +00:00
i18n: no more close side panel as its called control center
This commit is contained in:
@@ -965,7 +965,6 @@
|
||||
"move-to-right-section": "Zur rechten Sektion verschieben",
|
||||
"open-settings": "Einstellungen öffnen",
|
||||
"session-menu": "Sitzungsmenü",
|
||||
"close-side-panel": "Seitenpanel schließen",
|
||||
"cancel-timer": "Timer abbrechen",
|
||||
"start-screen-recording": "Bildschirmaufnahme starten",
|
||||
"stop-screen-recording": "Bildschirmaufnahme stoppen",
|
||||
|
||||
@@ -965,7 +965,6 @@
|
||||
"move-to-right-section": "Move to right section",
|
||||
"open-settings": "Open settings",
|
||||
"session-menu": "Session Menu",
|
||||
"close-side-panel": "Close side panel",
|
||||
"cancel-timer": "Cancel timer",
|
||||
"start-screen-recording": "Start screen recording",
|
||||
"stop-screen-recording": "Stop screen recording",
|
||||
|
||||
+1243
-5
File diff suppressed because it is too large
Load Diff
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user