diff options
author | maedhros <maedhros@openttd.org> | 2007-02-21 23:18:08 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-02-21 23:18:08 +0000 |
commit | f2d63dcecf5975b1817858e044e9044f21a4cc41 (patch) | |
tree | d603c0685ec921601a4cde5803bfbc4c046c69a3 /src/lang | |
parent | fd4a0dafc2b59930fd313a281f2851d8e4c75aba (diff) | |
download | openttd-f2d63dcecf5975b1817858e044e9044f21a4cc41.tar.xz |
(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui
window. GRFs with an error have a warning symbol shown before the name.
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 bfe43f177..ba05d0bfd 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2896,6 +2896,7 @@ STR_NEWGRF_APPLY_CHANGES :{BLACK}Apply ch STR_NEWGRF_SET_PARAMETERS :{BLACK}Set parameters STR_NEWGRF_TIP :{BLACK}A list of all the Newgrf sets that you have installed. Click a set to change the settings STR_NEWGRF_NO_FILES_INSTALLED :{BLACK}There are currently no newgrf files installed! Please refer to the manual for instructions on installing new graphics +STR_NEWGRF_ERROR_MSG :{RED}{STRING} STR_NEWGRF_FILENAME :{BLACK}Filename: {SILVER}{STRING} STR_NEWGRF_GRF_ID :{BLACK}GRF ID: {SILVER}{STRING} STR_NEWGRF_MD5SUM :{BLACK}MD5sum: {SILVER}{STRING} |