diff options
author | Gabda <gabda87@gmail.com> | 2019-01-05 14:22:07 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-08-17 21:45:20 +0100 |
commit | b870596f153c17d9aa915ca67b8f6414d73cb31f (patch) | |
tree | e1d321b8a5987a6a4511b61e160b73af890a332a /src/lang | |
parent | d986f01d078553640528e2d334627bf552a60931 (diff) | |
download | openttd-b870596f153c17d9aa915ca67b8f6414d73cb31f.tar.xz |
Add #6887: Option to show zone inside local authority boundary of towns
Can be found at town information > local authority window
Layout for button is same as Graph Keys
Turn on/off for every town individually
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index e6e4bb930..8d13ee196 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3122,6 +3122,8 @@ STR_TOWN_VIEW_RENAME_TOWN_BUTTON :Rename Town # Town local authority window STR_LOCAL_AUTHORITY_CAPTION :{WHITE}{TOWN} local authority +STR_LOCAL_AUTHORITY_ZONE :{BLACK}Zone +STR_LOCAL_AUTHORITY_ZONE_TOOLTIP :{BLACK}Show zone within local authority boundaries STR_LOCAL_AUTHORITY_COMPANY_RATINGS :{BLACK}Transport company ratings: STR_LOCAL_AUTHORITY_COMPANY_RATING :{YELLOW}{COMPANY} {COMPANY_NUM}: {ORANGE}{STRING} STR_LOCAL_AUTHORITY_ACTIONS_TITLE :{BLACK}Actions available: |