diff options
author | terkhen <terkhen@openttd.org> | 2010-07-27 16:40:16 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-07-27 16:40:16 +0000 |
commit | 4f9b49653ba60a25369235cf7de32f0ff06c7ce1 (patch) | |
tree | 3d0db15e5d6fb3d6e0be70be71d55fa22582876d /src/lang | |
parent | 5ed982bbffe990aca1aaa67b84c6acbd73ba7c10 (diff) | |
download | openttd-4f9b49653ba60a25369235cf7de32f0ff06c7ce1.tar.xz |
(svn r20227) -Fix [FS#3985]: Don't spend cash when building a statue fails.
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 bc1f08567..3858f06ea 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3448,6 +3448,7 @@ STR_ERROR_NO_SPACE_FOR_TOWN :{WHITE}... ther STR_ERROR_TOWN_EXPAND_WARN_NO_ROADS :{WHITE}The town will not build roads. You can enable building of roads via Advanced Settings->Economy->Towns. STR_ERROR_ROAD_WORKS_IN_PROGRESS :{WHITE}Road works in progress 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 +STR_ERROR_STATUE_NO_SUITABLE_PLACE :{WHITE}... there is no suitable place for a statue in the center of this town # Industry related errors STR_ERROR_TOO_MANY_INDUSTRIES :{WHITE}... too many industries |