diff options
author | dP <dp@dpointer.org> | 2021-02-21 01:00:11 +0300 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2021-03-08 18:18:47 +0000 |
commit | 818bee3961d41dc830803792ab3cbe064c8b1f65 (patch) | |
tree | 4299165a6cccbed4a775beb5d678085549087670 /src/lang | |
parent | 3878c4781eb72e8f6a3218cb6feefac42daf0730 (diff) | |
download | openttd-818bee3961d41dc830803792ab3cbe064c8b1f65.tar.xz |
Change: Don't show global goals in company goal windows
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index cc69584b0..29ffa5855 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3197,13 +3197,10 @@ STR_LOCAL_AUTHORITY_ACTION_TOOLTIP_BRIBE :{YELLOW}Bribe t STR_GOALS_CAPTION :{WHITE}{COMPANY} Goals STR_GOALS_SPECTATOR_CAPTION :{WHITE}Global Goals STR_GOALS_SPECTATOR :Global Goals -STR_GOALS_GLOBAL_TITLE :{BLACK}Global goals: STR_GOALS_TEXT :{ORANGE}{RAW_STRING} STR_GOALS_NONE :{ORANGE}- None - -STR_GOALS_SPECTATOR_NONE :{ORANGE}- Not applicable - STR_GOALS_PROGRESS :{ORANGE}{RAW_STRING} STR_GOALS_PROGRESS_COMPLETE :{GREEN}{RAW_STRING} -STR_GOALS_COMPANY_TITLE :{BLACK}Company goals: STR_GOALS_TOOLTIP_CLICK_ON_SERVICE_TO_CENTER :{BLACK}Click on goal to centre main view on industry/town/tile. Ctrl+Click opens a new viewport on industry/town/tile location # Goal question window |