diff options
author | belugas <belugas@openttd.org> | 2007-12-01 01:31:05 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-12-01 01:31:05 +0000 |
commit | aa0d37854deb7e7fa93d63e449ad478b7c452344 (patch) | |
tree | e2e72e326a48ed919fb832288c86901d7da9bab2 /src/lang | |
parent | 6b68c6557b115426d967e0c753df757020c3340a (diff) | |
download | openttd-aa0d37854deb7e7fa93d63e449ad478b7c452344.tar.xz |
(svn r11543) -Codechange: Give a more adequate message when trying to place an industry required to be built over a house on any other type of tiles.
In reference to FS#1492, and other "bugs" like that one
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 a689d8d75..4e72f5970 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -749,6 +749,7 @@ STR_PLAY_HEIGHTMAP_HINT :{BLACK}Start a STR_QUIT_SCENARIO_QUERY :{YELLOW}Are you sure you want to quit this scenario ? STR_029C_QUIT_EDITOR :{WHITE}Quit Editor STR_029D_CAN_ONLY_BE_BUILT_IN_TOWNS :{WHITE}...can only be built in towns with a population of at least 1200 +STR_INDUSTRY_MUST_BE_BUILT_ON_HOUSE :{WHITE}...can only be built over a house STR_029E_MOVE_THE_STARTING_DATE :{BLACK}Move the starting date backward 1 year STR_029F_MOVE_THE_STARTING_DATE :{BLACK}Move the starting date forward 1 year STR_02A0_ENDS_OF_BRIDGE_MUST_BOTH :{WHITE}...ends of bridge must both be on land |