Changeset - r17214:5a18aae60be7
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2011-02-04 18:32:56
rubidium@openttd.org
(svn r21963) -Fix: saying something twice in an error message is not needed
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/lang/english.txt
Show inline comments
 
@@ -3597,7 +3597,7 @@ STR_ERROR_AIRCRAFT_MUST_BE_STOPPED_INSID
 
STR_ERROR_TRAINS_CAN_ONLY_BE_ALTERED_INSIDE_A_DEPOT             :{WHITE}Trains can only be altered when stopped inside a depot
 
STR_ERROR_TRAIN_TOO_LONG                                        :{WHITE}Train too long
 
STR_ERROR_CAN_T_REVERSE_DIRECTION_RAIL_VEHICLE                  :{WHITE}Can't reverse direction of vehicle...
 
STR_ERROR_CAN_T_REVERSE_DIRECTION_RAIL_VEHICLE_MULTIPLE_UNITS   :{WHITE}Can't reverse direction of vehicles consisting of multiple units...
 
STR_ERROR_CAN_T_REVERSE_DIRECTION_RAIL_VEHICLE_MULTIPLE_UNITS   :{WHITE}... consists of multiple units
 
STR_ERROR_INCOMPATIBLE_RAIL_TYPES                               :Incompatible rail types
 

	
 
STR_ERROR_CAN_T_MOVE_VEHICLE                                    :{WHITE}Can't move vehicle...
0 comments (0 inline, 0 general)