diff options
author | rubidium <rubidium@openttd.org> | 2007-06-04 19:32:45 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-06-04 19:32:45 +0000 |
commit | c4806955e5961f0d16d137997b1baa003b81f408 (patch) | |
tree | 23a952e411aa1977dbeed8415c8221c18598db03 /src/lang | |
parent | cb340626cafacd29c41580141fb00d137891b6a5 (diff) | |
download | openttd-c4806955e5961f0d16d137997b1baa003b81f408.tar.xz |
(svn r10033) -Feature [FS#760]: skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 877e8874d..6353c4d2c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2663,6 +2663,8 @@ STR_8832_TOO_MANY_ORDERS :{WHITE}Too many STR_8833_CAN_T_INSERT_NEW_ORDER :{WHITE}Can't insert new order... STR_8834_CAN_T_DELETE_THIS_ORDER :{WHITE}Can't delete this order... STR_8835_CAN_T_MODIFY_THIS_ORDER :{WHITE}Can't modify this order... +STR_CAN_T_SKIP_ORDER :{WHITE}Can't skip current order... +STR_CAN_T_SKIP_TO_ORDER :{WHITE}Can't skip to selected order... STR_8837_CAN_T_MOVE_VEHICLE :{WHITE}Can't move vehicle... STR_REAR_ENGINE_FOLLOW_FRONT_ERROR :{WHITE}The rear engine will always follow its front counterpart STR_8838_N_A :N/A{SKIP} @@ -2694,7 +2696,7 @@ STR_8850_SHOW_DETAILS_OF_TRAIN_VEHICLES :{BLACK}Show det 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. CTRL + click scrolls to the station -STR_8853_SKIP_THE_CURRENT_ORDER :{BLACK}Skip the current order, and start the next +STR_8853_SKIP_THE_CURRENT_ORDER :{BLACK}Skip the current order, and start the next. CTRL + click skips to the selected order STR_8854_DELETE_THE_HIGHLIGHTED :{BLACK}Delete the highlighted order STR_8855_MAKE_THE_HIGHLIGHTED_ORDER :{BLACK}Make the highlighted order non-stop STR_8856_INSERT_A_NEW_ORDER_BEFORE :{BLACK}Insert a new order before the highlighted order, or add to end of list |