From 4b53c92be229b323e296c02c757b5103b30bb4c1 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 31 Aug 2008 16:41:27 +0000 Subject: (svn r14203) -Codechange: [NewGRF] Disable a GRF if it contains an unknown property, or tries to assign an invalid ID. --- src/lang/english.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lang') diff --git a/src/lang/english.txt b/src/lang/english.txt index 461eef9f3..e2ac13e12 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3217,6 +3217,8 @@ STR_NEWGRF_ERROR_AFTER_TRANSLATED_FILE :the GRF file it STR_NEWGRF_ERROR_TOO_MANY_NEWGRFS_LOADED :Too many NewGRFs are loaded. STR_NEWGRF_ERROR_STATIC_GRF_CAUSES_DESYNC :Loading {RAW_STRING} as static NewGRF with {RAW_STRING} could cause desyncs. STR_NEWGRF_ERROR_UNEXPECTED_SPRITE :Unexpected sprite. +STR_NEWGRF_ERROR_UNKNOWN_PROPERTY :Unknown Action 0 property. +STR_NEWGRF_ERROR_INVALID_ID :Attempt to use invalid ID. STR_NEWGRF_PRESET_LIST_TIP :{BLACK}Load the selected preset STR_NEWGRF_PRESET_SAVE :{BLACK}Save preset -- cgit v1.2.3-54-g00ecf