Просмотр исходного кода

Fix translation of 'Polish'

Yeah, Wikipedia wasn't very clear on that.

Contributes to issue CURA-3998.
Ghostkeeper 7 лет назад
Родитель
Сommit
54ef959cfc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/qml/Preferences/GeneralPage.qml

+ 1 - 1
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" })