(svn r25553) -Fix [FS#5530]: provide a warning when no vehicles are available, and tell what to do in that case

This commit is contained in:
rubidium
2013-07-02 18:57:26 +00:00
parent 5df686bc16
commit 6272a35c0a
4 changed files with 28 additions and 0 deletions

View File

@@ -4316,6 +4316,9 @@ STR_ERROR_CAN_T_CHANGE_SERVICING :{WHITE}Can't ch
STR_ERROR_VEHICLE_IS_DESTROYED :{WHITE}... vehicle is destroyed
STR_ERROR_NO_VEHICLES_AVAILABLE :{WHITE}No vehicles are available yet
STR_ERROR_NO_VEHICLES_AVAILABLE_EXPLANATION :{WHITE}Start a new game after {DATE_SHORT} or use a NewGRF that provides early vehicles
# Specific vehicle errors
STR_ERROR_CAN_T_MAKE_TRAIN_PASS_SIGNAL :{WHITE}Can't make train pass signal at danger...
STR_ERROR_CAN_T_REVERSE_DIRECTION_TRAIN :{WHITE}Can't reverse direction of train...