diff options
author | Paweł Świątkowski <katafrakt@vivaldi.net> | 2021-05-09 01:12:33 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-05-13 10:05:07 +0200 |
commit | 6ee8690b47beab9429c754dd438b7936165af4d7 (patch) | |
tree | f0adfa9463144c15d12d4daf7c70aeaeed6f3adc /src/table | |
parent | 187a3f20bfd7578362f666b869580bafe25ffd0b (diff) | |
download | openttd-6ee8690b47beab9429c754dd438b7936165af4d7.tar.xz |
Fix: Replace Susz with Leszno
Susz is masculine, not neuter, so it should result in "Susz Mazowiecki",
"Susz Morski", and not "Susz Mazowieckie" or "Susz Morskie". However,
because order of the names whould not be changed, it was replaced with
Leszno, which is neuter.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/townname.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/townname.h b/src/table/townname.h index 086fc4f11..8a6e9964f 100644 --- a/src/table/townname.h +++ b/src/table/townname.h @@ -1480,7 +1480,7 @@ static const char * const _name_polish_2_n[] = { "Pilzno", "Przodkowo", "Strzelno", - "Susz", + "Leszno", "Jaworzno", "Choszczno", "Mogilno", |