diff options
author | bjarni <bjarni@openttd.org> | 2006-09-16 16:21:47 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-09-16 16:21:47 +0000 |
commit | 3d3d9a11bd455236670f7e4eb3f746a1def8df11 (patch) | |
tree | 267bc2ab0879df1691d27cd58194d5e366c9303b /lang | |
parent | b28b547a810e290145a2c5f90594a5fbbca13a34 (diff) | |
download | openttd-3d3d9a11bd455236670f7e4eb3f746a1def8df11.tar.xz |
(svn r6464) -Fix r6393: killed a warning when compiling without asserts
added an error popup in the game if autoreplace fails to refit
Since it's only triggered by conditions bugs can trigger, it works kind of like a non-fatal assert in builds without asserts
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 467fc8523..793d83e13 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2906,6 +2906,8 @@ STR_REPLACE_REMOVE_WAGON_HELP :{BLACK}Make aut STR_REPLACE_ENGINE_WAGON_SELECT :{BLACK}Replacing: {ORANGE}{SKIP}{SKIP}{STRING} STR_REPLACE_ENGINE_WAGON_SELECT_HELP :{BLACK} EXPERIMENTAL FEATURE {}Switch between engine and wagon replacement windows.{}Wagon replacement will only be done if the new wagon can be refitted into carrying the same type of cargo as the old one. This is checked for each wagon when the actual replacement takes place. STR_ENGINE_NOT_BUILDABLE :{WHITE}Engine is not buildable +STR_AUTOREPLACE_FAILED :{WHITE}BUG: Autoreplace refit failure +STR_AUTOREPLACE_REFIT_FAILURE :{WHITE}{STRING} replaced into {STRING} failed to refit to {STRING} STR_ENGINES :Engines STR_WAGONS :Wagons |