diff options
author | celestar <celestar@openttd.org> | 2005-01-13 17:06:10 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-01-13 17:06:10 +0000 |
commit | 18643f2a2f111b87c2608ae7f8ccd4e72987308f (patch) | |
tree | 960eb00dfa07acc5d038d262f38748d10ea6dacd | |
parent | 1976debefa7f6579f4e7a3d8b1736a1a76eff676 (diff) | |
download | openttd-18643f2a2f111b87c2608ae7f8ccd4e72987308f.tar.xz |
(svn r1499) -Fix: Order tooltip now explains the ctrl+click scroll. [1101412 / 1097043] (mpetrov)
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/english.txt b/lang/english.txt index e3b975dfd..fdff5c03e 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2453,7 +2453,7 @@ STR_884F_SHOW_DETAILS_OF_CARGO_CARRIED :{BLACK}Show details of cargo carried STR_8850_SHOW_DETAILS_OF_TRAIN_VEHICLES :{BLACK}Show details of train vehicles STR_8851_SHOW_CAPACITIES_OF_EACH :{BLACK}Show capacities of each vehicle STR_8852_SHOW_TOTAL_CARGO :{BLACK}Show total capacity of train, split by cargo type -STR_8852_ORDERS_LIST_CLICK_ON_ORDER :{BLACK}Orders list - click on an order to highlight it +STR_8852_ORDERS_LIST_CLICK_ON_ORDER :{BLACK}Orders list - click on an order to highlight it. CTRL + click scrolls to the station STR_8853_SKIP_THE_CURRENT_ORDER :{BLACK}Skip the current order, and start the next STR_8854_DELETE_THE_HIGHLIGHTED :{BLACK}Delete the highlighted order STR_8855_MAKE_THE_HIGHLIGHTED_ORDER :{BLACK}Make the highlighted order non-stop |