diff options
author | peter1138 <peter1138@openttd.org> | 2009-01-10 19:30:40 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2009-01-10 19:30:40 +0000 |
commit | 510e0ce083b4e4207bf0da42e7ebbf06f1491a08 (patch) | |
tree | 8436866fc391f16108270d7e668fcaf90304adc1 /src/lang | |
parent | 238c0a5d1f38c5ddd1656a3805d6927bba7df117 (diff) | |
download | openttd-510e0ce083b4e4207bf0da42e7ebbf06f1491a08.tar.xz |
(svn r14979) -Fix: Disable a NewGRF from loading if it contains multiple Action 8s
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index a44b2d1b9..4edbf7ae4 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3260,6 +3260,7 @@ STR_NEWGRF_ERROR_UNEXPECTED_SPRITE :Unexpected spri STR_NEWGRF_ERROR_UNKNOWN_PROPERTY :Unknown Action 0 property. STR_NEWGRF_ERROR_INVALID_ID :Attempt to use invalid ID. STR_NEWGRF_ERROR_CORRUPT_SPRITE :{YELLOW}{RAW_STRING} contains a corrupt sprite. All corrupt sprites will be shown as a red question mark (?). +STR_NEWGRF_ERROR_MULTIPLE_ACTION_8 :Contains multiple Action 8 entries. STR_NEWGRF_PRESET_LIST_TIP :{BLACK}Load the selected preset STR_NEWGRF_PRESET_SAVE :{BLACK}Save preset |