summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-12-01 02:59:22 +0000
committerbelugas <belugas@openttd.org>2007-12-01 02:59:22 +0000
commit4f030bbfff3d0421e9c0722651f565d333040959 (patch)
treef9bdf7a8c22b2966d00e31976fab0e7477fe3e0b /src/industry_cmd.cpp
parentda9f06252b3e7c668c0e4ac2130cb0ad92aba8f3 (diff)
downloadopenttd-4f030bbfff3d0421e9c0722651f565d333040959.tar.xz
(svn r11545) -Revert(r11543): The result is not what was expected. Looks like more work might be needed
Diffstat (limited to 'src/industry_cmd.cpp')
-rw-r--r--src/industry_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp
index c7cd020ab..ca920aabc 100644
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -1238,7 +1238,7 @@ static bool CheckIfIndustryTilesAreFree(TileIndex tile, const IndustryTileTable
if (ind_behav & (INDUSTRYBEH_ONLY_INTOWN | INDUSTRYBEH_TOWN1200_MORE)) {
if (!IsTileType(cur_tile, MP_HOUSE)) {
- _error_message = STR_INDUSTRY_MUST_BE_BUILT_ON_HOUSE;
+ _error_message = STR_029D_CAN_ONLY_BE_BUILT_IN_TOWNS;
return false;
}
if (CmdFailed(DoCommand(cur_tile, 0, 0, 0, CMD_LANDSCAPE_CLEAR))) return false;