diff options
author | frosch <frosch@openttd.org> | 2011-05-11 20:23:37 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-05-11 20:23:37 +0000 |
commit | 2cec96388cda14183941bdb8362518c84bc6e905 (patch) | |
tree | f20dc95491c951e8ddceaa2d668b7737d19f0bbe /src/lang | |
parent | 67b9eda8c6df7b0a1ce07355dad2e61250d78cc2 (diff) | |
download | openttd-2cec96388cda14183941bdb8362518c84bc6e905.tar.xz |
(svn r22444) -Add: When GRFs are disabled via Action E or due to GRM failure, also display an error in the GUI.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 444c73770..3c2f8f88d 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2471,6 +2471,8 @@ STR_NEWGRF_ERROR_CORRUPT_SPRITE :{YELLOW}{RAW_ST STR_NEWGRF_ERROR_MULTIPLE_ACTION_8 :Contains multiple Action 8 entries STR_NEWGRF_ERROR_READ_BOUNDS :Read past end of pseudo-sprite STR_NEWGRF_ERROR_MISSING_SPRITES :{WHITE}The currently used base graphics set is missing a number of sprites.{}Please update the base graphics set +STR_NEWGRF_ERROR_GRM_FAILED :Requested GRF resources not available +STR_NEWGRF_ERROR_FORCEFULLY_DISABLED :{2:RAW_STRING} was disabled by {4:RAW_STRING} # NewGRF related 'general' warnings STR_NEWGRF_POPUP_CAUTION_CAPTION :{WHITE}Caution! |