X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cdbfc1e341b703acd694aa8dd5ed6d7754b3cb15..a3a792e13772282c006556081c65e12e37ad273b:/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."; } }