summaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-06-15 15:26:24 +0000
committerrubidium <rubidium@openttd.org>2013-06-15 15:26:24 +0000
commit420f95a6e9ab5410e44c1b46d0d3ba2e0040b532 (patch)
tree59a9e04141969baafc76260aff3b41ac76cefa10 /src/lang
parent2ef4438882d658ed4d2c6ace462145ac77a4d6c4 (diff)
downloadopenttd-420f95a6e9ab5410e44c1b46d0d3ba2e0040b532.tar.xz
(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
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/english.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt
index 83f909351..424c728f0 100644
--- a/src/lang/english.txt
+++ b/src/lang/english.txt
@@ -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)