diff options
author | Patric Stout <truebrain@openttd.org> | 2021-01-07 23:06:23 +0100 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2021-01-08 16:43:51 +0100 |
commit | af22a4f2cda86a7667578281a51ea1ec08a49af6 (patch) | |
tree | ef59fd78c7d3e2b68594bfbe22b43a6abaf0001e /src/lang | |
parent | 85a49a0d3605b83b911c57c6e5cc9d8b79365131 (diff) | |
download | openttd-af22a4f2cda86a7667578281a51ea1ec08a49af6.tar.xz |
Add: show in the tooltip of disabled toolbar buttons why they are disabled
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 52b75f413..a0cf2b9a0 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2353,6 +2353,9 @@ STR_JOIN_STATION_CREATE_SPLITTED_STATION :{YELLOW}Build a STR_JOIN_WAYPOINT_CAPTION :{WHITE}Join waypoint STR_JOIN_WAYPOINT_CREATE_SPLITTED_WAYPOINT :{YELLOW}Build a separate waypoint +# Generic toolbar +STR_TOOLBAR_DISABLED_NO_VEHICLE_AVAILABLE :{BLACK}Disabled as currently no vehicles are available for this infrastructure + # Rail construction toolbar STR_RAIL_TOOLBAR_RAILROAD_CONSTRUCTION_CAPTION :Railway Construction STR_RAIL_TOOLBAR_ELRAIL_CONSTRUCTION_CAPTION :Electrified Railway Construction |