diff options
author | alberth <alberth@openttd.org> | 2010-02-27 12:12:01 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-02-27 12:12:01 +0000 |
commit | 011ff40030944b31e7d447365d26395379023fd7 (patch) | |
tree | dabfc5254c7c0aa13f0bd2780ffeeb7609365cdc /src/lang | |
parent | b33264f30f598244f24fae9ed2aca7adc037f831 (diff) | |
download | openttd-011ff40030944b31e7d447365d26395379023fd7.tar.xz |
(svn r19270) -Codechange: Forward CommandCost results through CreateNewIndustryHelper().
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 cd1a90a34..b85de29f6 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3380,6 +3380,7 @@ STR_ERROR_ROAD_WORKS_IN_PROGRESS :{WHITE}Road wor STR_ERROR_TOWN_CAN_T_DELETE :{WHITE}Can't delete this town...{}A station or depot is referring to the town or a town owned tile can't be removed # Industry related errors +STR_ERROR_TOO_MANY_INDUSTRIES :{WHITE}Too many industries STR_ERROR_CAN_T_GENERATE_INDUSTRIES :{WHITE}Can't generate industries... STR_ERROR_CAN_T_BUILD_HERE :{WHITE}Can't build {STRING} here... STR_ERROR_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Can't construct this industry type here... |