From 6ee8690b47beab9429c754dd438b7936165af4d7 Mon Sep 17 00:00:00 2001 From: Paweł Świątkowski Date: Sun, 9 May 2021 01:12:33 +0200 Subject: 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. --- src/table/townname.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') 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", -- cgit v1.2.3-54-g00ecf