diff options
author | frosch <frosch@openttd.org> | 2020-12-27 23:25:43 +0100 |
---|---|---|
committer | frosch <github@elsenhans.name> | 2021-01-11 22:15:58 +0100 |
commit | e339188dedbb0a99c56536380aa0f32b31959327 (patch) | |
tree | c39136efed0191004484e1fa236ebdaa1c26bf78 /src/lang | |
parent | 1432dbac53aba7c71d12633a0272d64190551d6e (diff) | |
download | openttd-e339188dedbb0a99c56536380aa0f32b31959327.tar.xz |
Add: a go-to-location button to the LandInfo window.
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 99025ae62..8ec1250b8 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2630,6 +2630,7 @@ STR_INDUSTRY_CARGOES_SELECT_INDUSTRY_TOOLTIP :{BLACK}Select t # Land area window STR_LAND_AREA_INFORMATION_CAPTION :{WHITE}Land Area Information +STR_LAND_AREA_INFORMATION_LOCATION_TOOLTIP :{BLACK}Centre the main view on tile location. Ctrl+Click opens a new viewport on tile location STR_LAND_AREA_INFORMATION_COST_TO_CLEAR_N_A :{BLACK}Cost to clear: {LTBLUE}N/A STR_LAND_AREA_INFORMATION_COST_TO_CLEAR :{BLACK}Cost to clear: {RED}{CURRENCY_LONG} STR_LAND_AREA_INFORMATION_REVENUE_WHEN_CLEARED :{BLACK}Revenue when cleared: {LTBLUE}{CURRENCY_LONG} |