Fix translation of 'Polish'

Yeah, Wikipedia wasn't very clear on that.

Contributes to issue CURA-3998.
This commit is contained in:
Ghostkeeper 2017-07-18 14:06:44 +02:00
parent 515ec0d2d9
commit 54ef959cfc
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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" })