X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/600d5b3a4624194e78402d8adf2d4f8f4cdeeb66..689dc6e451cb177a50d633af30ce27d5f637eb6d:/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."; } }