diff options
author | rubidium <rubidium@openttd.org> | 2009-03-12 15:14:22 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-12 15:14:22 +0000 |
commit | d5a2dc1d0bf5af3b09965cbe11e8238432af05c1 (patch) | |
tree | 749827fe49c1c25840ad4c242c3dbc62d2922c2a /src/lang | |
parent | 9dbf8a163f20e8d77dc97703dbfc180b91359873 (diff) | |
download | openttd-d5a2dc1d0bf5af3b09965cbe11e8238432af05c1.tar.xz |
(svn r15689) -Fix [FS#2720]: do not crash when the generate map doesn't contain a suitable location for a town.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 4eee41026..f5075d9a9 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1197,6 +1197,7 @@ STR_CANT_REMOVE_TRAIN_WAYPOINT :{WHITE}Can't re STR_BUILD_AUTORAIL_TIP :{BLACK}Build railway track using the Autorail mode STR_NO_TOWN_IN_SCENARIO :{WHITE}...there is no town in this scenario +STR_COULD_NOT_CREATE_TOWN :{WHITE}Map generation aborted...{}...no suitable town locations STR_MANY_RANDOM_TOWNS :{BLACK}Many random towns STR_RANDOM_TOWNS_TIP :{BLACK}Cover the map with randomly placed towns |