diff options
author | glx <glx@openttd.org> | 2007-02-17 23:53:17 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-02-17 23:53:17 +0000 |
commit | aa24d5996605dfa2679fc1055f69aeb505dd1127 (patch) | |
tree | 23ad288f50bfed02b1e4669e7d72c71685c273fb /src/table | |
parent | 3c5eb8458a0f56fdc7eb7574e96e30e4431a2c67 (diff) | |
download | openttd-aa24d5996605dfa2679fc1055f69aeb505dd1127.tar.xz |
(svn r8793) -Fix: corrected spelling of real french townnames and 'removed' a duplicate
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/namegen.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/table/namegen.h b/src/table/namegen.h index d5a4b6107..6dea4008f 100644 --- a/src/table/namegen.h +++ b/src/table/namegen.h @@ -709,17 +709,17 @@ static const char *name_french_real[] = { "Bordeaux", "Bayonne", "Montpellier", - "Montelimar", + "Montélimar", "Valence", "Digne", "Nice", "Cannes", "St. Tropez", - "Marseilles", + "Marseille", "Narbonne", "Sète", "Aurillac", - "Gueret", + "Guéret", "Le Creusot", "Nevers", "Auxerre", @@ -731,7 +731,7 @@ static const char *name_french_real[] = { "Chaumont", "Langres", "Bourg", - "Lyons", + "Lyon", "Vienne", "Grenoble", "Toulon", @@ -763,7 +763,7 @@ static const char *name_french_real[] = { "Beaujolais", "Narbonne", "Albi", - "St. Valery", + "Paris", "Biarritz", "Béziers", "Nîmes", |