[libgweather] locations: Correct Mexico's airport name



commit 01a46099e79e8c31da2da9bba788bea36c707595
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 12 14:43:18 2017 +0100

    locations: Correct Mexico's airport name
    
    The airport for Mexico City is listed as "Licenci Airport", which is
    incorrect.  The correct name of the airport is either "Benito Juárez
    International Airport" or "Mexico City International Airport".  The
    incorrect "Licenci Airport" may have come about as a truncation of
    "Licenciado Benito Juárez International Airport", where Juárez's name is
    given with his title, "Licenciado".  Adding the title "Licenciado" is
    sometimes done in the name of the airport, but it is extremely formal, and
    leaving it out is more common.
    
    So, "Licenci Airport" is very wrong; "Benito Juárez International Airport"
    or "Mexico City International Airport" should be used instead.
    
    With help from brett brettlangston com
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625270

 data/Locations.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Locations.xml b/data/Locations.xml
index a09a19b..f6c5f9f 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -28119,7 +28119,7 @@
           <_name>Mexico City</_name>
           <coordinates>19.434167 -99.138611</coordinates>
           <location>
-            <name>Licenci Airport</name>
+            <name>Benito Juárez International Airport</name>
             <code>MMMX</code>
             <coordinates>19.433333 -99.100000</coordinates>
           </location>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]