diff options
author | yexo <yexo@openttd.org> | 2009-03-07 21:36:13 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-03-07 21:36:13 +0000 |
commit | 47803bc3a7a675af82740968b2ac545f2e33952c (patch) | |
tree | e1b368856d13091d71acd60e01d77065ab0fe402 /src/lang | |
parent | 6f9cb260000ff7eccd7613cab5b441dfe1bc6682 (diff) | |
download | openttd-47803bc3a7a675af82740968b2ac545f2e33952c.tar.xz |
(svn r15639) -Change: When you disable "Towns are allowed to build roads", pressing "Expand" in the town window in the scenario editor will no longer build roads.
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 fb7384c02..4eee41026 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -606,6 +606,7 @@ STR_CANNOT_GENERATE_TOWN :{WHITE}Can't bu STR_NO_SPACE_FOR_TOWN :{WHITE}...there is no more space on the map STR_023B_INCREASE_SIZE_OF_TOWN :{BLACK}Increase size of town STR_023C_EXPAND :{BLACK}Expand +STR_TOWN_EXPAND_WARN_NO_ROADS :{WHITE}The town will not build roads. You can enable building of roads via Advanced Settings->Economy->Towns. STR_023D_RANDOM_TOWN :{BLACK}Random Town STR_023E_BUILD_TOWN_IN_RANDOM_LOCATION :{BLACK}Build town in random location STR_0285_CAN_T_BUILD_HERE :{WHITE}Can't build {STRING} here... |