Fix minor typo: sytem -> system
This commit is contained in:
@@ -18,7 +18,7 @@ Kirigami.ScrollablePage {
|
||||
Kirigami.FormLayout {
|
||||
QQC2.CheckBox {
|
||||
Kirigami.FormData.label: i18nc("General settings:")
|
||||
text: i18n("Close to sytem tray")
|
||||
text: i18n("Close to system tray")
|
||||
checked: Config.systemTray
|
||||
onToggled: {
|
||||
Config.systemTray = checked
|
||||
|
||||
Reference in New Issue
Block a user