diff options
author | smatz <smatz@openttd.org> | 2008-07-24 15:19:26 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-07-24 15:19:26 +0000 |
commit | aae2aa64c4281583ea31d668d85301fe7996bd2e (patch) | |
tree | 881cc1be79243d58238de4eda1a24345c93a5735 /src/lang | |
parent | 9bee9948986c4c4905c53b6214311e2ddb6d6e8d (diff) | |
download | openttd-aae2aa64c4281583ea31d668d85301fe7996bd2e.tar.xz |
(svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot (callback 0x11) and give a warning about that
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 27c7b0998..c3b57570b 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3217,6 +3217,10 @@ STR_NEWGRF_NOT_FOUND_WARNING :{WHITE}Missing STR_NEWGRF_UNPAUSE_WARNING_TITLE :{YELLOW}Missing GRF file(s) STR_NEWGRF_UNPAUSE_WARNING :{WHITE}Unpausing can crash OpenTTD. Do not file bug reports for subsequent crashes.{}Do you really want to unpause? +STR_NEWGRF_BROKEN :{WHITE}Behaviour of NewGRF '{0:RAW_STRING}' is likely to cause desyncs and/or crashes. +STR_NEWGRF_BROKEN_VEHICLE_LENGTH :{WHITE}It changes vehicle length for '{1:ENGINE}' when not inside a depot. +STR_BROKEN_VEHICLE_LENGTH :{WHITE}Train '{VEHICLE}' belonging to '{COMPANY}' has invalid length. It is probably caused by problems with NewGRFs. Game may desync or crash. + STR_LOADGAME_REMOVED_TRAMS :{WHITE}Game was saved in version without tram support. All trams have been removed. STR_CURRENCY_WINDOW :{WHITE}Custom currency |