Index: src/lang/english.txt
===================================================================
--- src/lang/english.txt	(revision 8912)
+++ src/lang/english.txt	(working copy)
@@ -1215,7 +1215,7 @@
 
 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...
Index: src/misc_gui.cpp
===================================================================
--- src/misc_gui.cpp	(revision 8912)
+++ src/misc_gui.cpp	(working copy)
@@ -127,7 +127,8 @@
 	snprintf(_userstring, lengthof(_userstring), "0x%.4X", tile);
 	SetDParam(0, TileX(tile));
 	SetDParam(1, TileY(tile));
-	SetDParam(2, STR_SPEC_USERSTRING);
+	SetDParam(2, TileHeight(tile));
+	SetDParam(3, STR_SPEC_USERSTRING);
 	GetString(_landinfo_data[3], STR_LANDINFO_COORDS, lastof(_landinfo_data[3]));
 
 	SetDParam(0, STR_01A9_NONE);
