diff options
author | rubidium <rubidium@openttd.org> | 2010-08-16 12:21:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-16 12:21:17 +0000 |
commit | 8b9a71d45f0c7b01d935d1a8e4cf8bd88b44a53e (patch) | |
tree | 792a1dd602145f5868ff1b173b2636ad99cee5c5 /src/lang | |
parent | 31bebd3ad5c345963acbf4b2679002f97a5be92b (diff) | |
download | openttd-8b9a71d45f0c7b01d935d1a8e4cf8bd88b44a53e.tar.xz |
(svn r20513) -Change: unify style of some "broken NewGRF" strings
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index cc67ef755..1066e8d10 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2467,8 +2467,8 @@ STR_NEWGRF_LIST_MISSING :{RED}Missing fi # NewGRF 'it's broken' warnings STR_NEWGRF_BROKEN :{WHITE}Behaviour of NewGRF '{0:RAW_STRING}' is likely to cause desyncs and/or crashes. -STR_NEWGRF_BROKEN_POWERED_WAGON :{WHITE}Wagon '{1:ENGINE}' changed powered-wagon state when not inside a depot. -STR_NEWGRF_BROKEN_VEHICLE_LENGTH :{WHITE}It changes vehicle length for '{1:ENGINE}' when not inside a depot. +STR_NEWGRF_BROKEN_POWERED_WAGON :{WHITE}It changed powered-wagon state for '{1:ENGINE}' when not inside a depot. +STR_NEWGRF_BROKEN_VEHICLE_LENGTH :{WHITE}It changed 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_NEWGRF_BUGGY :{WHITE}NewGRF '{0:RAW_STRING}' provides incorrect information. |