clarified tooltips

This commit is contained in:
DennisSchiefer
2012-07-05 14:31:25 +01:00
parent f27e05564d
commit 6feccd2507
+2 -2
View File
@@ -46,11 +46,11 @@ tooltips: {
// triggered in OSRM.Routing.getRoute_Dragging // triggered in OSRM.Routing.getRoute_Dragging
dragging: dragging:
{ timeout: 1200, // 2min { timeout: 1200, // 2min
header: "Did you know? You can drag each route marker around the map.", header: "Did you know? You can drag each route marker on the map.",
body: "You can drag a marker by clicking on it with the left mouse button and holding the button pressed. " + body: "You can drag a marker by clicking on it with the left mouse button and holding the button pressed. " +
"Then you can move the marker around the map and the route will be updated instantaneously. " + "Then you can move the marker around the map and the route will be updated instantaneously. " +
"<br/><br/>" + "<br/><br/>" +
"You can even create additional markers by dragging them off of the main route! " "You can even create intermediate markers by dragging them off of the main route! "
} }
}, },