summaryrefslogtreecommitdiff
path: root/htdocs/streeteditor.js
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/streeteditor.js')
-rw-r--r--htdocs/streeteditor.js4
1 files 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)