diff options
author | rubidium <rubidium@openttd.org> | 2012-01-21 12:03:55 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-21 12:03:55 +0000 |
commit | 9f162e7115031cb42f80db399d63774f479c4125 (patch) | |
tree | 42ece87142f91c22e55202c1bb4dcdd986554e56 /src/lang/english.txt | |
parent | 70c7fbd90eb0ace75d759725ba4d0085283f152c (diff) | |
download | openttd-9f162e7115031cb42f80db399d63774f479c4125.tar.xz |
(svn r23827) -Feature [FS#4992]: [NoGo] Allow to chose the goal question window's title from a (small) set of options
Diffstat (limited to 'src/lang/english.txt')
-rw-r--r-- | src/lang/english.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 86d6fea50..8b39d91b4 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2678,7 +2678,10 @@ STR_GOALS_COMPANY_TITLE :{BLACK}Company 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 -STR_GOAL_QUESTION_CAPTION :{WHITE}Question +STR_GOAL_QUESTION_CAPTION_QUESTION :Question +STR_GOAL_QUESTION_CAPTION_INFORMATION :Information +STR_GOAL_QUESTION_CAPTION_WARNING :Warning +STR_GOAL_QUESTION_CAPTION_ERROR :Error ### Start of Goal Question button list STR_GOAL_QUESTION_BUTTON_CANCEL :Cancel |