mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 10:52:41 +01:00
Fix #14170, 7fd0e6c27d: Missing spaces for timetabled order strings. (#14172)
This commit is contained in:
@@ -4776,8 +4776,8 @@ STR_TIMETABLE_TRAVEL_FOR_ESTIMATED :Travel (for {ST
|
||||
STR_TIMETABLE_TRAVEL_FOR_SPEED_ESTIMATED :Travel (for {STRING1}, not timetabled) with at most {VELOCITY}
|
||||
STR_TIMETABLE_STAY_FOR_ESTIMATED :{SPACE}(stay for {STRING1}, not timetabled)
|
||||
STR_TIMETABLE_AND_TRAVEL_FOR_ESTIMATED :{SPACE}(travel for {STRING1}, not timetabled)
|
||||
STR_TIMETABLE_STAY_FOR :and stay for {STRING1}
|
||||
STR_TIMETABLE_AND_TRAVEL_FOR :and travel for {STRING1}
|
||||
STR_TIMETABLE_STAY_FOR :{SPACE}and stay for {STRING1}
|
||||
STR_TIMETABLE_AND_TRAVEL_FOR :{SPACE}and travel for {STRING1}
|
||||
|
||||
STR_TIMETABLE_APPROX_TIME :{BLACK}This timetable will take approximately {STRING1} to complete
|
||||
STR_TIMETABLE_TOTAL_TIME :{BLACK}This timetable will take {STRING1} to complete
|
||||
|
||||
Reference in New Issue
Block a user