From 54ef959cfc4fdc9701d9dcc727059ca7b4147b8b Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 18 Jul 2017 14:06:44 +0200 Subject: [PATCH] Fix translation of 'Polish' Yeah, Wikipedia wasn't very clear on that. Contributes to issue CURA-3998. --- resources/qml/Preferences/GeneralPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index 7460504c3f..7c4ad16e10 100755 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -157,7 +157,7 @@ UM.PreferencesPage append({ text: "日本語", code: "jp" }) append({ text: "한국어", code: "ko" }) append({ text: "Nederlands", code: "nl" }) - append({ text: "Polszczyzna", code: "pl" }) + append({ text: "Polski", code: "pl" }) append({ text: "Português do Brasil", code: "ptbr" }) append({ text: "Русский", code: "ru" }) append({ text: "Türkçe", code: "tr" })