diff options
author | bjarni <bjarni@openttd.org> | 2006-10-08 21:46:05 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-10-08 21:46:05 +0000 |
commit | 2e7dc02b91ed654483cace67bcc4324ab26ed001 (patch) | |
tree | 2378ce093f45f97767d4df10780cfa0c304e72a1 /lang | |
parent | ec809c5d71cf9ccb37d8ebe04c583d2fe566af9e (diff) | |
download | openttd-2e7dc02b91ed654483cace67bcc4324ab26ed001.tar.xz |
(svn r6697) -Fix: [order refit] if an order refit fails, the vehicle is now stopped and the player gets a message (like vehicle stopped in depot)
This should prevent a vehicle from failing to be refitted and then show up and block a station with full load.
In such a case, it's better to stop in a depot (that will not stop any other vehicles) and notify the owner
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 5c2244c42..db4b83ae1 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -3001,6 +3001,8 @@ STR_MASS_START_LIST_TIP :{BLACK}Click to STR_SHORT_DATE :{WHITE}{DATE_TINY} STR_SIGN_LIST_CAPTION :{WHITE}Sign List - {COMMA} Sign{P "" s} +STR_ORDER_REFIT_FAILED :{WHITE}Order refit failure stopped {STRING} {COMMA} + ############ Lists rail types STR_RAIL_VEHICLES :Rail Vehicles |