diff options
author | alberth <alberth@openttd.org> | 2010-02-27 12:21:34 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-02-27 12:21:34 +0000 |
commit | 13f1836149b3dbf86cbee45eeaaae82230563bfb (patch) | |
tree | 326b4151fd60c9e427be3098783ec9460ad17224 /src/lang | |
parent | 011ff40030944b31e7d447365d26395379023fd7 (diff) | |
download | openttd-13f1836149b3dbf86cbee45eeaaae82230563bfb.tar.xz |
(svn r19271) -Fix (r19270): Secondary error messages start with ... .
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index b85de29f6..e9f64e728 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3380,7 +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_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... |