]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/edit.rhtml
adapt for larger fonts on Linux; fix indexing with renumbered nodes
[rails.git] / app / views / site / edit.rhtml
index a3a2b532a81858d3a45c93fdabcf65c48e92ea91..0080fa8d7a7ee1161788d7687ab7a28d49de7389 100644 (file)
@@ -8,8 +8,8 @@
 </p>
 <% elsif !@user.data_public? %>
 <p>You haven't set your edits to be public.</p>
-<p>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}%>.</p>
+<p>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'}%>.</p>
 <p>(<a href="http://wiki.openstreetmap.org/index.php/Disabling_anonymous_edits">Find out why this is the case.</a>)</p>
 <% 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.";
        }
   }