diff options
author | rubidium <rubidium@openttd.org> | 2010-08-19 19:23:38 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-19 19:23:38 +0000 |
commit | 552adca67f630322b9cb9f00ca426cafa5257a16 (patch) | |
tree | 80ba7ad7c587eaed26b5e311ec10ee4fec71cc95 /src/lang | |
parent | 8c5916ffb73dfcd40c5aa36f5e11430f0eb7be45 (diff) | |
download | openttd-552adca67f630322b9cb9f00ca426cafa5257a16.tar.xz |
(svn r20566) -Feature: happy smiles on the faces of Ammler and planetmaker
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 731f91e7b..2b2f6bbfa 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2449,6 +2449,7 @@ STR_NEWGRF_ERROR_INVALID_ID :Attempt to use 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_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. # NewGRF related 'general' warnings STR_NEWGRF_POPUP_CAUTION_CAPTION :{WHITE}Caution! |