diff options
author | frosch <frosch@openttd.org> | 2012-01-15 15:50:00 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-01-15 15:50:00 +0000 |
commit | 1dc8de17e061dc7d076fb4ae9c1248277937fce8 (patch) | |
tree | 1ae0f0ed07afaaf276830190c547645258b1283e | |
parent | 0011f9ce45438075bdc4101054fec9b107cb37be (diff) | |
download | openttd-1dc8de17e061dc7d076fb4ae9c1248277937fce8.tar.xz |
(svn r23806) -Fix: [NewGRF] Integer parameters in ActionB did not quite work anymore.
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 91acf2063..b0e15443c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2529,7 +2529,7 @@ STR_NEWGRF_ERROR_MSG_INFO :{SILVER}{RAW_ST STR_NEWGRF_ERROR_MSG_WARNING :{RED}Warning: {SILVER}{RAW_STRING} STR_NEWGRF_ERROR_MSG_ERROR :{RED}Error: {SILVER}{RAW_STRING} STR_NEWGRF_ERROR_MSG_FATAL :{RED}Fatal: {SILVER}{RAW_STRING} -STR_NEWGRF_ERROR_FATAL_POPUP :{WHITE}A fatal NewGRF error has occurred: {}{STRING5} +STR_NEWGRF_ERROR_FATAL_POPUP :{WHITE}A fatal NewGRF error has occurred: {}{STRING7} STR_NEWGRF_ERROR_VERSION_NUMBER :{1:STRING1} will not work with the TTDPatch version reported by OpenTTD STR_NEWGRF_ERROR_DOS_OR_WINDOWS :{1:STRING1} is for the {STRING1} version of TTD STR_NEWGRF_ERROR_UNSET_SWITCH :{1:STRING1} is designed to be used with {STRING1} |