Make "Close to system tray" string more correct

BUG: 472051
This commit is contained in:
Tobias Fella
2023-07-29 09:01:14 +00:00
parent f52a25717b
commit 9997b1074a

View File

@@ -30,7 +30,7 @@ Kirigami.ScrollablePage {
MobileForm.FormCheckDelegate { MobileForm.FormCheckDelegate {
id: closeDelegate id: closeDelegate
text: i18n("Close to system tray") text: i18n("Show in System Tray")
checked: Config.systemTray checked: Config.systemTray
visible: Controller.supportSystemTray visible: Controller.supportSystemTray
enabled: !Config.isSystemTrayImmutable enabled: !Config.isSystemTrayImmutable