diff options
author | truelight <truelight@openttd.org> | 2007-08-13 18:59:34 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-08-13 18:59:34 +0000 |
commit | 114161bb7a0ddd6c06db8654e1dc7f45ac3de3e1 (patch) | |
tree | 32e58ab349d87a736ed97266a4831031af83e827 /src/lang | |
parent | 35e8f64e9ab8a164fd66f7646ceb59bb8126ecd1 (diff) | |
download | openttd-114161bb7a0ddd6c06db8654e1dc7f45ac3de3e1.tar.xz |
(svn r10878) -Add [FS#653]: added TileHeight to the Land Area Information tool (blove)
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 4a9c8f763..495fa0b79 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1262,7 +1262,7 @@ STR_LANDINFO_LOCK :Lock STR_BUOY_IS_IN_USE :{WHITE}...buoy is in use! -STR_LANDINFO_COORDS :{BLACK}Coordinates: {LTBLUE}{NUM}x{NUM} ({STRING}) +STR_LANDINFO_COORDS :{BLACK}Coordinates: {LTBLUE}{NUM}x{NUM}x{NUM} ({STRING}) STR_CANT_REMOVE_PART_OF_STATION :{WHITE}Can't remove part of station... STR_CANT_CONVERT_RAIL :{WHITE}Can't convert railtype here... |