(svn r18304) -Codechange: don't use SETX for the arrival/departure panel; some languages don't have short abbreviations :(

This commit is contained in:
rubidium
2009-11-27 15:16:58 +00:00
parent efffb1b92c
commit 5dc2e2831d
11 changed files with 23 additions and 80 deletions

View File

@@ -3357,15 +3357,9 @@ STR_TIMETABLE_SCHEDULED :{BLACK}Po planu
STR_TIMETABLE_EXPECTED_TOOLTIP :{BLACK}Prebacivanje između prikaza očekivanog i po planu
### Do not separate or reorder ###
STR_TIMETABLE_ARRIVAL :D:{SETX 30}{STRING}
STR_TIMETABLE_ARRIVAL_EARLY :D:{SETX 30}{GREEN}{STRING}
STR_TIMETABLE_ARRIVAL_LATE :D:{SETX 30}{RED}{STRING}
#####
### Do not separate or reorder ###
STR_TIMETABLE_DEPARTURE :P:{SETX 30}{STRING}
STR_TIMETABLE_DEPARTURE_EARLY :P:{SETX 30}{GREEN}{STRING}
STR_TIMETABLE_DEPARTURE_LATE :P:{SETX 30}{RED}{STRING}
#####