diff options
author | rubidium <rubidium@openttd.org> | 2010-07-31 14:40:50 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-31 14:40:50 +0000 |
commit | ac280af8bc75f89223238a77f871b1a610014219 (patch) | |
tree | f11e8dde3c5e08a29824a11429eb573a3373302a /src/lang | |
parent | 5a2862814ac310e5e4629e0242def8ebf3a6da1c (diff) | |
download | openttd-ac280af8bc75f89223238a77f871b1a610014219.tar.xz |
(svn r20259) -Add: allow NewGRFs to specify their version and use that to hide old NewGRFs / to choose the newest when loading compatible NewGRFs
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 d31c19a81..4a8c00adf 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2373,6 +2373,7 @@ STR_NEWGRF_SETTINGS_FIND_MISSING_CONTENT_TOOLTIP :{BLACK}Check wh STR_NEWGRF_SETTINGS_FILENAME :{BLACK}Filename: {SILVER}{RAW_STRING} STR_NEWGRF_SETTINGS_GRF_ID :{BLACK}GRF ID: {SILVER}{RAW_STRING} +STR_NEWGRF_SETTINGS_VERSION :{BLACK}Version: {SILVER}{NUM} STR_NEWGRF_SETTINGS_MD5SUM :{BLACK}MD5sum: {SILVER}{RAW_STRING} STR_NEWGRF_SETTINGS_PALETTE :{BLACK}Palette: {SILVER}{RAW_STRING} STR_NEWGRF_SETTINGS_PARAMETER :{BLACK}Parameters: {SILVER}{STRING1} |