X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6c66507427961a22a8f282b5b2f4ab7fda1dad6f..a3a792e13772282c006556081c65e12e37ad273b:/app/views/site/edit.rhtml diff --git a/app/views/site/edit.rhtml b/app/views/site/edit.rhtml index a3a2b532a..0080fa8d7 100644 --- a/app/views/site/edit.rhtml +++ b/app/views/site/edit.rhtml @@ -8,8 +8,8 @@

<% elsif !@user.data_public? %>

You haven't set your edits to be public.

-

You can't use the online editor unless you do so. You can set your edits as public from your -<%= link_to 'user page', {:controller => 'user', :action => 'account', :display_name => @user.display_name}%>.

+

You can no longer edit the map unless you do so. You can set your edits as public from your +<%= link_to 'user page', {:controller => 'user', :action => 'account', :display_name => @user.display_name, :anchor => 'public'}%>.

(Find out why this is the case.)

<% else %> <% content_for :greeting do %> @@ -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."; } }