diff options
author | Darkvater <darkvater@openttd.org> | 2006-12-21 10:29:16 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-12-21 10:29:16 +0000 |
commit | 9b9add65c3780becd471efb9c1695b292e541210 (patch) | |
tree | f8281d852173843541f4573083830e5d73025495 /lang | |
parent | 739e93fd23f91e433829dfaa5969e75528f861cd (diff) | |
download | openttd-9b9add65c3780becd471efb9c1695b292e541210.tar.xz |
(svn r7523) -Feature: Add the possibility to change the newgrf configuration of a running game.
This is only possible in SP (or in the intro menu). During game play you will
get a confirmation window when applying the changes as some actions can crash
OpenTTD and/or make your current game unplayable.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 26360d36f..3306dedc6 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -154,6 +154,7 @@ STR_00B0_MAP :{WHITE}Map - {S STR_00B1_GAME_OPTIONS :{WHITE}Game Options STR_00B2_MESSAGE :{YELLOW}Message STR_00B3_MESSAGE_FROM :{YELLOW}Message from {STRING1} +STR_POPUP_CAUTION_CAPTION :{WHITE}Caution! STR_00B4_CAN_T_DO_THIS :{WHITE}Can't do this.... STR_00B5_CAN_T_CLEAR_THIS_AREA :{WHITE}Can't clear this area.... STR_00B6_ORIGINAL_COPYRIGHT :{BLACK}Original copyright {COPYRIGHT} 1995 Chris Sawyer, All rights reserved @@ -2889,6 +2890,7 @@ STR_NEWGRF_NO_FILES_INSTALLED :{BLACK}There ar STR_NEWGRF_FILENAME :{BLACK}Filename: {SILVER}{STRING} STR_NEWGRF_GRF_ID :{BLACK}GRF ID: {SILVER}{STRING} STR_NEWGRF_MD5SUM :{BLACK}MD5sum: {SILVER}{STRING} +STR_NEWGRF_CONFIRMATION_TEXT :{YELLOW}You are about to make changes to a running game; this can crash OpenTTD.{}Are you absolutely sure about this? STR_NEWGRF_ADD :{BLACK}Add STR_NEWGRF_ADD_TIP :{BLACK}Add a NewGRF file to the list |