diff options
author | rubidium <rubidium@openttd.org> | 2013-02-17 14:59:27 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-02-17 14:59:27 +0000 |
commit | 4367224b35d849ebe0079e7aea0b3939399f5ffd (patch) | |
tree | b428bf54d643a37f238705390c72786ca9f91718 /src/lang | |
parent | cdb0a7695820ac088df6736cb59ac9989f945c8e (diff) | |
download | openttd-4367224b35d849ebe0079e7aea0b3939399f5ffd.tar.xz |
(svn r25013) -Feature: show the amount of cargo that has already been reserved by full loading vehicles in the station (fonsinchen)
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 718ab9af4..2417042fc 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2933,6 +2933,7 @@ STR_STATION_VIEW_CAPTION :{WHITE}{STATION STR_STATION_VIEW_WAITING_TITLE :{BLACK}Waiting: {WHITE}{STRING} STR_STATION_VIEW_WAITING_CARGO :{WHITE}{CARGO_LONG} STR_STATION_VIEW_EN_ROUTE_FROM :{YELLOW}({CARGO_SHORT} en-route from {STATION}) +STR_STATION_VIEW_RESERVED :{YELLOW}({CARGO_SHORT} reserved for loading) STR_STATION_VIEW_ACCEPTS_BUTTON :{BLACK}Accepts STR_STATION_VIEW_ACCEPTS_TOOLTIP :{BLACK}Show list of accepted cargo |