diff options
author | yexo <yexo@openttd.org> | 2009-02-26 01:53:22 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-02-26 01:53:22 +0000 |
commit | ddca27b1abe0e6b32a522051841fb43279151dac (patch) | |
tree | 516d4160e014b690ab85286bcd9758b728332e7e /src/lang | |
parent | 894d61ca470f27b3e6a55dda73c6bd78fbf25091 (diff) | |
download | openttd-ddca27b1abe0e6b32a522051841fb43279151dac.tar.xz |
(svn r15586) -Fix [FS#2687]: Changing vehicle.dynamic_engines when there are already vehicles can cause crashes.
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 a13539245..810aa6d99 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -947,6 +947,7 @@ STR_CONFIG_SETTING_PLANE_SPEED :{LTBLUE}Plane s STR_CONFIG_SETTING_STOP_ON_TOWN_ROAD :{LTBLUE}Allow drive-through road stops on town owned roads: {ORANGE}{STRING} STR_CONFIG_SETTING_ADJACENT_STATIONS :{LTBLUE}Allow building adjacent stations: {ORANGE}{STRING} STR_CONFIG_SETTING_DYNAMIC_ENGINES :{LTBLUE}Enable multiple NewGRF engine sets: {ORANGE}{STRING} +STR_CONFIG_SETTING_DYNAMIC_ENGINES_EXISTING_VEHICLES :{WHITE}Changing this setting is not possible when there are vehicles. STR_CONFIG_SETTING_SMALL_AIRPORTS :{LTBLUE}Always allow small airports: {ORANGE}{STRING1} |