diff options
author | belugas <belugas@openttd.org> | 2008-08-24 01:39:56 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-08-24 01:39:56 +0000 |
commit | 7b01fb91c751075718030517dbdeb78e36dfca7a (patch) | |
tree | 33a8bcb60fb689d3b69adf7ad7ec591f4fdebc7c /src/lang | |
parent | f932e81127d42a9c65d0fd4d749744ca362d29cb (diff) | |
download | openttd-7b01fb91c751075718030517dbdeb78e36dfca7a.tar.xz |
(svn r14150) -Add: Add the count of trains using the current waypoint in the vehicle list window's caption
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 64c253b19..290dbbee6 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1269,6 +1269,7 @@ STR_WAYPOINT :{WHITE}Waypoint STR_WAYPOINT_GRAPHICS_TIP :{BLACK}Select waypoint type STR_WAYPOINT_VIEWPORT :{WHITE}{WAYPOINT} +STR_WAYPOINT_VIEWPORT_LIST :{WHITE}{WAYPOINT} - {COMMA} Train{P "" s} STR_WAYPOINT_VIEWPORT_TINY :{TINYFONT}{WHITE}{WAYPOINT} STR_WAYPOINT_RAW :{WAYPOINT} STR_EDIT_WAYPOINT_NAME :{WHITE}Edit waypoint name |