diff options
author | alberth <alberth@openttd.org> | 2009-08-01 17:46:31 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2009-08-01 17:46:31 +0000 |
commit | 6d05326143e3d340c9c0a338455bb0cb07325054 (patch) | |
tree | 9e4346594756065fb76669a1a7194e247e64012d /src/lang | |
parent | d8dc40dd680ebd6c14a03b8c8112a37d88d7c9e0 (diff) | |
download | openttd-6d05326143e3d340c9c0a338455bb0cb07325054.tar.xz |
(svn r17030) -Codechange: Better descriptions for buoys.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 532e934ae..c098da495 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1833,6 +1833,8 @@ STR_STATION_BUILD_TRUCK_ORIENTATION_TOOLTIP :{BLACK}Select l STR_STATION_BUILD_PASSENGER_TRAM_ORIENTATION_TOOLTIP :{BLACK}Select passenger tram station orientation STR_STATION_BUILD_CARGO_TRAM_ORIENTATION_TOOLTIP :{BLACK}Select freight tram station orientation STR_STATION_VIEW_CENTER_TOOLTIP :{BLACK}Centre main view on station location +STR_WAYPOINT_VIEW_CENTER_TOOLTIP :{BLACK}Centre main view on waypoint location +STR_BUOY_VIEW_CENTER_TOOLTIP :{BLACK}Centre main view on buoy location STR_STATION_VIEW_RATINGS_TOOLTIP :{BLACK}Show station ratings STR_STATION_VIEW_RENAME_TOOLTIP :{BLACK}Change name of station STR_STATION_VIEW_ACCEPTS_TOOLTIP :{BLACK}Show list of accepted cargo @@ -2748,6 +2750,7 @@ STR_ERROR_CAN_T_REVERSE_DIRECTION_RAIL_VEHICLE_MULTIPLE_UNITS :{WHITE}Can't re STR_CLEAR_TIME :{BLACK}Clear Time STR_RESET_LATENESS :{BLACK}Reset Late Counter STR_CHANGE_WAYPOINT_NAME :{BLACK}Change waypoint name +STR_CHANGE_BUOY_NAME :{BLACK}Change buoy name STR_TRAIN_STOPPING :{RED}Stopping STR_TRAIN_STOPPING_VEL :{RED}Stopping, {VELOCITY} |