diff options
author | darkvater <darkvater@openttd.org> | 2005-01-04 17:11:03 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2005-01-04 17:11:03 +0000 |
commit | 6edb21231e264cd52dc98a2a765330cac4b7cdf4 (patch) | |
tree | d267ed7e6b75716dae1f804e1b9c49b3778e3f61 /lang | |
parent | 88b8a01da666930bdee9c53da43c3dcef6f06538 (diff) | |
download | openttd-6edb21231e264cd52dc98a2a765330cac4b7cdf4.tar.xz |
(svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly. Was the result of the cost getting reset in a recursive call of docommand. That is fixed. In addition all cost-commands are typed explicitely. Please do not forget to do so or your costs will be credited to construction if you are unlucky.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/english.txt b/lang/english.txt index c8077ed11..fc9916b73 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2763,7 +2763,7 @@ STR_SCHEDULED_SHIPS_TIP :{BLACK}Show all ships which have this station on t STR_REPLACE_VEHICLES :{BLACK}Replace Vehicles STR_REPLACE_VEHICLES_WHITE :{WHITE}Replace Vehicles STR_REPLACE_VEHICLES_START :{BLACK}Start Replacing Vehicles -STR_REPLACE_VEHICLES_STOP :{BLACK}Stop Replaing Vehicles +STR_REPLACE_VEHICLES_STOP :{BLACK}Stop Replacing Vehicles STR_NOT_REPLACING :{BLACK}Not replacing STR_NOT_REPLACING_VEHICLE_SELECTED :{BLACK}No vehicle selected STR_REPLACE_HELP_LEFT_ARRAY :{BLACK}Select a type of engine to replace{}Select an engine on the right side to replace to |