Make "Close to system tray" string more correct
BUG: 472051
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user