From f7000d1c5c12d7ff14c5a97df3e8928670e78592 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sat, 25 Apr 2020 18:16:16 +0200 Subject: Correct instructions --- htdocs/streeteditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/streeteditor.js b/htdocs/streeteditor.js index a1a9097..d5f29b7 100644 --- a/htdocs/streeteditor.js +++ b/htdocs/streeteditor.js @@ -60,8 +60,8 @@ if (editor_mode) { if (interactive) { str = prompt("Instructions: \n" + "* Click the scribble-icon in the top left to start or continue drawing.\n" + - "* Double click last waypoint to stop.\n" + - "* Double click a waypoint to delete it.\n" + + "* Click last waypoint to stop drawing.\n" + + "* Click a waypoint to delete it.\n" + "* Click save in the top right to get the new string.\n\n" + "Enter existing waypoints in the following format: [x,y],[x,y]:", window.location.hash.slice(1)); if (str == undefined) -- cgit v1.2.3