X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9985b9cb94e0a7fb68c6468cd83a963bbe20d869..cf00e528cbe94229839f3f70dd2a1c04d9205edd:/app/views/site/edit.rhtml?ds=sidebyside diff --git a/app/views/site/edit.rhtml b/app/views/site/edit.rhtml index 372a70d3b..0080fa8d7 100644 --- a/app/views/site/edit.rhtml +++ b/app/views/site/edit.rhtml @@ -71,7 +71,7 @@ zoom='14' if zoom.nil? window.onbeforeunload=function() { if (!changesaved && !winie) { - return "You have unsaved changes. (To save in Potlatch, you should deselect the current way or point.)"; + return "You have unsaved changes."; } }