diff options
author | zuu <zuu@openttd.org> | 2013-06-09 13:23:03 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2013-06-09 13:23:03 +0000 |
commit | eaede14b8f2de17bb5eb32959b876c3c956590c4 (patch) | |
tree | 8b8e5e34a4ca072c50992bacc3f24f008eb625c3 /src/lang | |
parent | bfc8980c093130244a03169da0262961fea60f7e (diff) | |
download | openttd-eaede14b8f2de17bb5eb32959b876c3c956590c4.tar.xz |
(svn r25372) -Add: Allow opening a goal list window specific to a company
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 561da1461..6c094f24f 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2930,10 +2930,12 @@ STR_LOCAL_AUTHORITY_ACTION_TOOLTIP_EXCLUSIVE_TRANSPORT :{YELLOW}Buy 1 y STR_LOCAL_AUTHORITY_ACTION_TOOLTIP_BRIBE :{YELLOW}Bribe the local authority to increase your rating, at the risk of a severe penalty if caught.{}Cost: {CURRENCY_LONG} # Goal window -STR_GOALS_CAPTION :{WHITE}Goals +STR_GOALS_CAPTION :{WHITE}{COMPANY} Goals +STR_GOALS_SPECTATOR_CAPTION :{WHITE}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: |