(svn r21909) -Fix: some missing spaces

This commit is contained in:
rubidium
2011-01-26 08:14:36 +00:00
parent 2bec6123f7
commit 8017c2a3d7
7 changed files with 7 additions and 7 deletions

View File

@@ -395,7 +395,7 @@ struct TimetableWindow : Window {
TextColour colour = (i == selected) ? TC_WHITE : TC_BLACK;
if (order->IsType(OT_CONDITIONAL)) {
string = STR_TIMETABLE_NO_TRAVEL;
} else if(order->IsType(OT_AUTOMATIC)) {
} else if (order->IsType(OT_AUTOMATIC)) {
string = STR_TIMETABLE_NOT_TIMETABLEABLE;
colour = ((i == selected) ? TC_SILVER : TC_GREY) | TC_NO_SHADE;
} else if (order->travel_time == 0) {