Changeset - r20095:babf3c1b297b
[Not reviewed]
master
0 1 0
planetmaker - 11 years ago 2013-03-02 16:54:09
planetmaker@openttd.org
(svn r25059) -Fix [FS#5491]: Clarify meaning of string describing waiting cargo received from other stations
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/lang/english.txt
Show inline comments
 
@@ -2933,13 +2933,13 @@ STR_STATION_LIST_SELECT_ALL_TYPES       
 
STR_STATION_LIST_NO_WAITING_CARGO                               :{BLACK}No cargo of any type is waiting
 

	
 
# Station view window
 
STR_STATION_VIEW_CAPTION                                        :{WHITE}{STATION} {STATION_FEATURES}
 
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_EN_ROUTE_FROM                                  :{YELLOW}({CARGO_SHORT} 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
 
STR_STATION_VIEW_ACCEPTS_CARGO                                  :{BLACK}Accepts: {WHITE}{CARGO_LIST}
 

	
0 comments (0 inline, 0 general)