summaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-04-05 12:17:36 +0000
committerfrosch <frosch@openttd.org>2009-04-05 12:17:36 +0000
commit3393da4810d64919e825046131f0c95c6819f736 (patch)
tree1cc4a1ccc51c93195402a4c9330c4b30ef545205 /src/lang
parent5551e3d2c628a6dced769801d37b85272cb19e00 (diff)
downloadopenttd-3393da4810d64919e825046131f0c95c6819f736.tar.xz
(svn r15958) -Fix [FS#2787]: Abort production callback after 0x10000 iterations and show a messagebox blaming the newgrf. (mizipzor)
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/english.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt
index d99ad1170..8054bae09 100644
--- a/src/lang/english.txt
+++ b/src/lang/english.txt
@@ -3171,6 +3171,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_LOADGAME_REMOVED_TRAMS :{WHITE}Game was saved in version without tram support. All trams have been removed.