Skip to content

Commit f596498

Browse files
authored
Fix OpenTTD#14486: Make cargo graph All/None tooltips less specific (OpenTTD#14509)
1 parent 1af721a commit f596498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lang/english.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,8 @@ STR_GRAPH_CARGO_PAYMENT_RATES_SECONDS :{TINY_FONT}{BLA
637637
STR_GRAPH_CARGO_PAYMENT_RATES_TITLE :{TINY_FONT}{BLACK}Payment for delivering 10 units (or 10,000 litres) of cargo a distance of 20 squares
638638
STR_GRAPH_CARGO_ENABLE_ALL :{TINY_FONT}{BLACK}All
639639
STR_GRAPH_CARGO_DISABLE_ALL :{TINY_FONT}{BLACK}None
640-
STR_GRAPH_CARGO_TOOLTIP_ENABLE_ALL :{BLACK}Display all cargoes on the cargo payment rates graph
641-
STR_GRAPH_CARGO_TOOLTIP_DISABLE_ALL :{BLACK}Display no cargoes on the cargo payment rates graph
640+
STR_GRAPH_CARGO_TOOLTIP_ENABLE_ALL :{BLACK}Display all cargoes on the graph
641+
STR_GRAPH_CARGO_TOOLTIP_DISABLE_ALL :{BLACK}Display no cargoes on the graph
642642
STR_GRAPH_CARGO_PAYMENT_TOGGLE_CARGO :{BLACK}Toggle graph of this cargo type
643643
STR_GRAPH_CARGO_PAYMENT_CARGO :{TINY_FONT}{BLACK}{STRING}
644644

0 commit comments

Comments
 (0)