diff options
author | frosch <frosch@openttd.org> | 2010-08-20 12:50:59 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-08-20 12:50:59 +0000 |
commit | 03ab15893590a53616e2d5f01570317c4fd20866 (patch) | |
tree | 7f3bf5fe95ac74839553ae6e39183310935d6a86 /src/lang | |
parent | de973a4d60ee2faf996a61a210e72d05f93640e2 (diff) | |
download | openttd-03ab15893590a53616e2d5f01570317c4fd20866.tar.xz |
(svn r20579) -Change (r1579): Allow removing of buoys if they are only used by own vehicles.
Diffstat (limited to 'src/lang')
-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 2b2f6bbfa..9ab03877c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3548,7 +3548,7 @@ STR_ERROR_CAN_T_CHANGE_WAYPOINT_NAME :{WHITE}Can't ch STR_ERROR_CAN_T_REMOVE_TRAIN_WAYPOINT :{WHITE}Can't remove train waypoint here... STR_ERROR_MUST_REMOVE_RAILWAYPOINT_FIRST :{WHITE}Must remove rail waypoint first STR_ERROR_BUOY_IN_THE_WAY :{WHITE}... buoy in the way -STR_ERROR_BUOY_IS_IN_USE :{WHITE}... buoy is in use! +STR_ERROR_BUOY_IS_IN_USE :{WHITE}... buoy is in use by another company! # Depot related errors STR_ERROR_CAN_T_BUILD_TRAIN_DEPOT :{WHITE}Can't build train depot here... |