diff options
author | rubidium <rubidium@openttd.org> | 2009-09-09 16:28:29 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-09 16:28:29 +0000 |
commit | e179a72d674ec15e724f79ff70ef1d33fba775ff (patch) | |
tree | 5061f134900a0e3f0f2dd02fc7ec4ba3447c692b | |
parent | 324389cf0b96cf686c2f824b3da249efdbbbd243 (diff) | |
download | openttd-e179a72d674ec15e724f79ff70ef1d33fba775ff.tar.xz |
(svn r17489) -Fix [FS#3187] (r17471): the tooltip said the inverse of what actually happened
-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 b698c2eba..8722251dd 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1847,7 +1847,7 @@ STR_RAIL_TOOLBAR_TOOLTIP_BUILD_RAILROAD_STATION :{BLACK}Build ra STR_RAIL_TOOLBAR_TOOLTIP_BUILD_RAILROAD_SIGNALS :{BLACK}Build railway signals. Ctrl toggles semaphore/light signals{}Dragging builds signals along a straight stretch of rail. Ctrl builds signals till the next junction{}Ctrl+Click toggles opening the signal selection window STR_RAIL_TOOLBAR_TOOLTIP_BUILD_RAILROAD_BRIDGE :{BLACK}Build railway bridge STR_RAIL_TOOLBAR_TOOLTIP_BUILD_RAILROAD_TUNNEL :{BLACK}Build railway tunnel -STR_RAIL_TOOLBAR_TOOLTIP_TOGGLE_BUILD_REMOVE_FOR :{BLACK}Toggle build/remove for railway track, signals, waypoints and stations. Ctrl+Click will leave track when removing waypoints and stations +STR_RAIL_TOOLBAR_TOOLTIP_TOGGLE_BUILD_REMOVE_FOR :{BLACK}Toggle build/remove for railway track, signals, waypoints and stations. Holding Ctrl also removes rail from waypoints and stations STR_RAIL_TOOLBAR_TOOLTIP_CONVERT_RAIL :{BLACK}Convert/Upgrade the type of rail # Rail depot construction window |