diff options
author | planetmaker <planetmaker@openttd.org> | 2014-05-06 21:01:55 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2014-05-06 21:01:55 +0000 |
commit | 7b980d01882a60c44c9e4d6eca0dfef122ff6a90 (patch) | |
tree | 28c328978e6101db437ae84cc1c6f9bf1bd3c1e0 | |
parent | 68af7a843cc910865c1e19b8ec672dd88f9bfb24 (diff) | |
download | openttd-7b980d01882a60c44c9e4d6eca0dfef122ff6a90.tar.xz |
(svn r26568) -Change (r26566): Better wording of the new warning (Supercheese)
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 15de85ec2..3eaac61ee 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -815,7 +815,7 @@ STR_NEWS_VEHICLE_HAS_TOO_FEW_ORDERS :{WHITE}{VEHICLE STR_NEWS_VEHICLE_HAS_VOID_ORDER :{WHITE}{VEHICLE} has a void order STR_NEWS_VEHICLE_HAS_DUPLICATE_ENTRY :{WHITE}{VEHICLE} has duplicate orders STR_NEWS_VEHICLE_HAS_INVALID_ENTRY :{WHITE}{VEHICLE} has an invalid station in its orders -STR_NEWS_PLANE_USES_TOO_SHORT_RUNWAY :{WHITE}{VEHICLE} has an airport with a too short runway in its orders +STR_NEWS_PLANE_USES_TOO_SHORT_RUNWAY :{WHITE}{VEHICLE} has in its orders an airport whose runway is too short STR_NEWS_VEHICLE_IS_GETTING_OLD :{WHITE}{VEHICLE} is getting old STR_NEWS_VEHICLE_IS_GETTING_VERY_OLD :{WHITE}{VEHICLE} is getting very old |