i18nc -> i18n
there's no context so the c is wrong
This commit is contained in:
@@ -17,7 +17,7 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
Kirigami.FormLayout {
|
Kirigami.FormLayout {
|
||||||
QQC2.CheckBox {
|
QQC2.CheckBox {
|
||||||
Kirigami.FormData.label: i18nc("General settings:")
|
Kirigami.FormData.label: i18n("General settings:")
|
||||||
text: i18n("Close to system tray")
|
text: i18n("Close to system tray")
|
||||||
checked: Config.systemTray
|
checked: Config.systemTray
|
||||||
onToggled: {
|
onToggled: {
|
||||||
|
|||||||
Reference in New Issue
Block a user