X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9985b9cb94e0a7fb68c6468cd83a963bbe20d869..33e3d3d5765ea1f84e1c46cd338c7bab1a1b2ed8:/app/views/site/edit.rhtml 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."; } }