From 82e530b5172f12bb638a64f9c80c705a03559286 Mon Sep 17 00:00:00 2001 From: nikolas Date: Sat, 12 Jan 2019 02:33:13 -0500 Subject: 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. --- src/table/townname.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/townname.h') 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", -- cgit v1.2.3-54-g00ecf