From 882d39a08141aa819894efc6d5de81cd65a57a5e Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 3 Sep 2008 07:51:07 +0000 Subject: (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. --- src/lang/english.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lang') diff --git a/src/lang/english.txt b/src/lang/english.txt index e2ac13e12..07f42e249 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3194,10 +3194,13 @@ STR_PERFORMANCE_DETAIL_TOTAL_TIP :{BLACK}Total po STR_NEWGRF_SETTINGS_BUTTON :{BLACK}NewGRF Settings STR_NEWGRF_SETTINGS_CAPTION :{WHITE}NewGRF settings STR_NEWGRF_APPLY_CHANGES :{BLACK}Apply changes +STR_NEWGRF_TOGGLE_PALETTE :{BLACK}Toggle palette +STR_NEWGRF_TOGGLE_PALETTE_TIP :{BLACK}Toggle the palette of the selected NewGRF.{}Do this when the graphics from this NewGRF look pink in-game STR_NEWGRF_SET_PARAMETERS :{BLACK}Set parameters STR_NEWGRF_TIP :{BLACK}A list of all the Newgrf sets that you have installed. Click a set to change the settings STR_NEWGRF_NO_FILES_INSTALLED :{BLACK}There are currently no newgrf files installed! Please refer to the manual for instructions on installing new graphics STR_NEWGRF_FILENAME :{BLACK}Filename: {SILVER}{RAW_STRING} +STR_NEWGRF_PALETTE :{BLACK}Palette: {SILVER}{RAW_STRING} STR_NEWGRF_GRF_ID :{BLACK}GRF ID: {SILVER}{RAW_STRING} STR_NEWGRF_MD5SUM :{BLACK}MD5sum: {SILVER}{RAW_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? -- cgit v1.2.3-54-g00ecf