Fix minor typo: sytem -> system

This commit is contained in:
Yuri Chornoivan
2021-02-14 08:53:48 +02:00
parent 0ca2eb4008
commit d3b8c9b98e

View File

@@ -18,7 +18,7 @@ Kirigami.ScrollablePage {
Kirigami.FormLayout { Kirigami.FormLayout {
QQC2.CheckBox { QQC2.CheckBox {
Kirigami.FormData.label: i18nc("General settings:") Kirigami.FormData.label: i18nc("General settings:")
text: i18n("Close to sytem tray") text: i18n("Close to system tray")
checked: Config.systemTray checked: Config.systemTray
onToggled: { onToggled: {
Config.systemTray = checked Config.systemTray = checked