Make "Close to system tray" string more correct
BUG: 472051
This commit is contained in:
@@ -30,7 +30,7 @@ Kirigami.ScrollablePage {
|
||||
|
||||
MobileForm.FormCheckDelegate {
|
||||
id: closeDelegate
|
||||
text: i18n("Close to system tray")
|
||||
text: i18n("Show in System Tray")
|
||||
checked: Config.systemTray
|
||||
visible: Controller.supportSystemTray
|
||||
enabled: !Config.isSystemTrayImmutable
|
||||
|
||||
Reference in New Issue
Block a user