From cae3c4ca604c523915c6acfd08ca4b88cd986255 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 5 Mar 2021 00:14:30 +0100 Subject: [PATCH] i18nc -> i18n there's no context so the c is wrong --- imports/NeoChat/Page/SettingsPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/NeoChat/Page/SettingsPage.qml b/imports/NeoChat/Page/SettingsPage.qml index 570719f67..152b22347 100644 --- a/imports/NeoChat/Page/SettingsPage.qml +++ b/imports/NeoChat/Page/SettingsPage.qml @@ -17,7 +17,7 @@ Kirigami.ScrollablePage { Kirigami.FormLayout { QQC2.CheckBox { - Kirigami.FormData.label: i18nc("General settings:") + Kirigami.FormData.label: i18n("General settings:") text: i18n("Close to system tray") checked: Config.systemTray onToggled: {