diff options
author | rubidium <rubidium@openttd.org> | 2007-10-08 20:06:37 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-10-08 20:06:37 +0000 |
commit | b6c9bc80cfef26490562b0c7a07a1adfc6d08ede (patch) | |
tree | 558ec5c75aee553211edcce8233c8d5af44e12e8 /src/lang | |
parent | cb6cdf7978501a894d0322b4371fa449320ceb28 (diff) | |
download | openttd-b6c9bc80cfef26490562b0c7a07a1adfc6d08ede.tar.xz |
(svn r11229) -Fix [FS#1307]: one could sell vehicles that were crashed in a depot, which would still yield money.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 1f8aa3d33..70c6c45a0 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2782,6 +2782,8 @@ STR_NEW_VEHICLE_NOW_AVAILABLE :{BLACK}{BIGFONT STR_NEW_VEHICLE_TYPE :{BLACK}{BIGFONT}{ENGINE} STR_NEW_VEHICLE_NOW_AVAILABLE_WITH_TYPE :{BLACK}New {STRING} now available! - {ENGINE} +STR_CAN_T_SELL_DESTROYED_VEHICLE :{WHITE}Can't sell destroyed vehicle... + STR_CAN_T_TIMETABLE_VEHICLE :{WHITE}Can't timetable vehicle... STR_TIMETABLE_ONLY_WAIT_AT_STATIONS :{WHITE}Vehicles can only wait at stations. STR_TIMETABLE_NOT_STOPPING_HERE :{WHITE}This vehicle is not stopping at this station. |