diff options
author | Charles Pigott <charlespigott@googlemail.com> | 2021-10-17 19:24:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-17 19:24:50 +0100 |
commit | 0853c1979ba3c778f0d1628276ed8cbe968b328e (patch) | |
tree | d4f41ceb6439658788293555b7a8247c228f2115 /src/lang | |
parent | 3b7daca83207636d84bd0232ce91ed8e9616b12f (diff) | |
download | openttd-0853c1979ba3c778f0d1628276ed8cbe968b328e.tar.xz |
Feature: Button to toggle showing advanced signal types (#9617)
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 a944e9b74..83ff02698 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2674,6 +2674,7 @@ STR_STATION_CLASS_WAYP :Waypoints # Signal window STR_BUILD_SIGNAL_CAPTION :{WHITE}Signal Selection +STR_BUILD_SIGNAL_TOGGLE_ADVANCED_SIGNAL_TOOLTIP :{BLACK}Toggle showing advanced signal types STR_BUILD_SIGNAL_SEMAPHORE_NORM_TOOLTIP :{BLACK}Block Signal (semaphore){}This is the most basic type of signal, allowing only one train to be in the same block at the same time STR_BUILD_SIGNAL_SEMAPHORE_ENTRY_TOOLTIP :{BLACK}Entry Signal (semaphore){}Green as long as there is one or more green exit-signal from the following section of track. Otherwise it shows red STR_BUILD_SIGNAL_SEMAPHORE_EXIT_TOOLTIP :{BLACK}Exit Signal (semaphore){}Behaves in the same way as a block signal but is necessary to trigger the correct colour on entry & combo pre-signals |