From 6feccd25076da75b912e2ad2ef05788955326717 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Thu, 5 Jul 2012 14:31:25 +0100 Subject: [PATCH] clarified tooltips --- WebContent/gui/OSRM.Notifications.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/gui/OSRM.Notifications.js b/WebContent/gui/OSRM.Notifications.js index 9de4e2ed7..abdfd02fa 100644 --- a/WebContent/gui/OSRM.Notifications.js +++ b/WebContent/gui/OSRM.Notifications.js @@ -46,11 +46,11 @@ tooltips: { // triggered in OSRM.Routing.getRoute_Dragging dragging: { 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. " + "Then you can move the marker around the map and the route will be updated instantaneously. " + "

" + - "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! " } },