diff options
author | truebrain <truebrain@openttd.org> | 2011-11-23 16:10:18 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-23 16:10:18 +0000 |
commit | e30256692fcea969ef6e0930ba4e5075a9f8c86b (patch) | |
tree | 28bda6c2dc24deeb87a546e6a15eaebb8e952f22 /src/lang | |
parent | ef02931a3232abb594c1d00db8c1faacd829999f (diff) | |
download | openttd-e30256692fcea969ef6e0930ba4e5075a9f8c86b.tar.xz |
(svn r23303) -Add: economy.fund_buildings, to disallow funding buildings
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 144c75ad4..dee24733b 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1142,6 +1142,7 @@ STR_CONFIG_SETTING_ROAD_VEHICLE_QUEUEING :{LTBLUE}Road ve STR_CONFIG_SETTING_AUTOSCROLL :{LTBLUE}Pan window when mouse is at the edge: {ORANGE}{STRING1} STR_CONFIG_SETTING_BRIBE :{LTBLUE}Allow bribing of the local authority: {ORANGE}{STRING1} STR_CONFIG_SETTING_ALLOW_EXCLUSIVE :{LTBLUE}Allow buying exclusive transport rights: {ORANGE}{STRING1} +STR_CONFIG_SETTING_ALLOW_FUND_BUILDINGS :{LTBLUE}Allow funding buildings: {ORANGE}{STRING1} STR_CONFIG_SETTING_ALLOW_FUND_ROAD :{LTBLUE}Allow funding local road reconstruction: {ORANGE}{STRING1} STR_CONFIG_SETTING_ALLOW_GIVE_MONEY :{LTBLUE}Allow sending money to other companies: {ORANGE}{STRING1} STR_CONFIG_SETTING_FREIGHT_TRAINS :{LTBLUE}Weight multiplier for freight to simulate heavy trains: {ORANGE}{STRING} |