diff options
author | monsta <[email protected]> | 2017-11-29 15:40:31 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-04-29 14:56:50 +0300 |
commit | 1841cd78f6621431f5b6ca2df9815576628ee3e3 (patch) | |
tree | 7b1559289c4359b268f6b961ce44fdd9a64d4c4c | |
parent | 592da7f12f529474390ae4442bbb913d64f7b3bc (diff) | |
download | libmateweather-1841cd78f6621431f5b6ca2df9815576628ee3e3.tar.bz2 libmateweather-1841cd78f6621431f5b6ca2df9815576628ee3e3.tar.xz |
Locations: fix Sheremetyevo airport name (Moscow, Russia)
-rw-r--r-- | data/Locations.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Locations.xml.in b/data/Locations.xml.in index e3ad855..381d878 100644 --- a/data/Locations.xml.in +++ b/data/Locations.xml.in @@ -18470,7 +18470,7 @@ <coordinates>55.650000 37.266667</coordinates> </location> <location> - <name>Sheremet'ye Airport</name> + <name>Sheremetyevo Airport</name> <code>UUEE</code> <tz-hint>Europe/Moscow</tz-hint> <coordinates>55.983333 37.500000</coordinates> |