diff options
author | frosch <frosch@openttd.org> | 2017-01-14 18:30:26 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2017-01-14 18:30:26 +0000 |
commit | 7b553d255ee5a5e5be3e4c1c8a0d56504cfdc418 (patch) | |
tree | 8cb6fcf4083fcf3e98864fbb40f7e323706f90d7 /src/lang/english_US.txt | |
parent | 08b4255b677259e3e3f9039b903bd5a62a909da6 (diff) | |
download | openttd-7b553d255ee5a5e5be3e4c1c8a0d56504cfdc418.tar.xz |
(svn r27732) -Change: Turn the message about 'missing baseset sprites' from a popup into a static message that only shows in non-release versions, just like the 'missing translations' message.
Diffstat (limited to 'src/lang/english_US.txt')
-rw-r--r-- | src/lang/english_US.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lang/english_US.txt b/src/lang/english_US.txt index 9d70f8f6a..f5b199a12 100644 --- a/src/lang/english_US.txt +++ b/src/lang/english_US.txt @@ -2907,8 +2907,6 @@ STR_NEWGRF_ERROR_INVALID_ID :Attempt to use STR_NEWGRF_ERROR_CORRUPT_SPRITE :{YELLOW}{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 (sprite {3:NUM}) STR_NEWGRF_ERROR_READ_BOUNDS :Read past end of pseudo-sprite (sprite {3:NUM}) -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_MISSING_SPRITES_UNSTABLE :{WHITE}The currently used base graphics set is missing a number of sprites.{}Please update the base graphics set.{}Since you are playing a {YELLOW}development snapshot of OpenTTD{WHITE}, you might also need a {YELLOW}development snapshot of the base graphics{WHITE} STR_NEWGRF_ERROR_GRM_FAILED :Requested GRF resources not available (sprite {3:NUM}) STR_NEWGRF_ERROR_FORCEFULLY_DISABLED :{1:STRING} was disabled by {2:STRING} STR_NEWGRF_ERROR_INVALID_SPRITE_LAYOUT :Invalid/unknown sprite layout format (sprite {3:NUM}) |