diff options
author | frosch <frosch@openttd.org> | 2011-11-08 17:24:15 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-11-08 17:24:15 +0000 |
commit | 56e5144f716fb98ef8facde8b18631452188df6e (patch) | |
tree | 651bd5139bea2342485b09777cd6d27edb7cf252 /src/lang | |
parent | ae11548b4ec2650348d818ae9f6bc19dd62caac2 (diff) | |
download | openttd-56e5144f716fb98ef8facde8b18631452188df6e.tar.xz |
(svn r23140) -Add: ErrorUnknownCallbackResult()
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 c8a7186ea..01458495c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2520,6 +2520,7 @@ STR_BROKEN_VEHICLE_LENGTH :{WHITE}Train '{ STR_NEWGRF_BUGGY :{WHITE}NewGRF '{0:RAW_STRING}' provides incorrect information STR_NEWGRF_BUGGY_ARTICULATED_CARGO :{WHITE}Cargo/refit information for '{1:ENGINE}' differs from purchase list after construction. This might cause autorenew/-replace to fail refitting correctly STR_NEWGRF_BUGGY_ENDLESS_PRODUCTION_CALLBACK :{WHITE}'{1:STRING}' caused an endless loop in the production callback +STR_NEWGRF_BUGGY_UNKNOWN_CALLBACK_RESULT :{WHITE}Callback 0x{HEX} returned unknown/invalid result 0x{HEX} # 'User removed essential NewGRFs'-placeholders for stuff without specs STR_NEWGRF_INVALID_CARGO :<invalid cargo> |