(svn r25405) -Feature-ish: differentiate between total waiting cargo count and available (not reserved) cargo count in the station list

-Change: sort based on the cargo count, not the cargo value
This commit is contained in:
rubidium
2013-06-15 15:26:24 +00:00
parent d230f22d1c
commit 18d8db683d
2 changed files with 23 additions and 8 deletions

View File

@@ -278,7 +278,8 @@ STR_SORT_BY_LENGTH :Length
STR_SORT_BY_LIFE_TIME :Remaining lifetime
STR_SORT_BY_TIMETABLE_DELAY :Timetable delay
STR_SORT_BY_FACILITY :Station type
STR_SORT_BY_WAITING :Waiting cargo value
STR_SORT_BY_WAITING_TOTAL :Total waiting cargo
STR_SORT_BY_WAITING_AVAILABLE :Available waiting cargo
STR_SORT_BY_RATING_MAX :Highest cargo rating
STR_SORT_BY_RATING_MIN :Lowest cargo rating
STR_SORT_BY_ENGINE_ID :EngineID (classic sort)