diff options
author | nikolas <nikolas@gnu.org> | 2019-01-12 02:33:13 -0500 |
---|---|---|
committer | Ingo von Borstel <github@planetmaker.de> | 2019-01-12 08:33:13 +0100 |
commit | 82e530b5172f12bb638a64f9c80c705a03559286 (patch) | |
tree | e98edd09a81fee412ee193b95b6d35d25f0d0de2 | |
parent | 06cd561cea26c41553b7a6b327a7ac1fbdea23d2 (diff) | |
download | openttd-82e530b5172f12bb638a64f9c80c705a03559286.tar.xz |
Fix: Remove duplicate town name "Huacho" (#7038)
Huacho appears twice in the Spanish town names list. This change removes
the second one, and replaces it with a new one: Medellin.
-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 7f1f1b62b..ce4e96175 100644 --- a/src/table/townname.h +++ b/src/table/townname.h @@ -662,7 +662,7 @@ static const char * const _name_spanish_real[] = { "Santa Cruz", "Quito", "Cuenca", - "Huacho", + "Medell\xC3\xADn", "Tulc\xC3\xA1n", "Esmeraldas", "Ibarra", |