From 600d5b3a4624194e78402d8adf2d4f8f4cdeeb66 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 27 Apr 2009 18:23:43 +0000 Subject: [PATCH] Further clarify descriptive texts regarding public editing. --- app/views/site/edit.rhtml | 4 ++-- app/views/user/account.rhtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/site/edit.rhtml b/app/views/site/edit.rhtml index a3a2b532a..372a70d3b 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 %> diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 178a0e8dc..1dd4bdca0 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -38,7 +38,7 @@

Public editing

Currently your edits are anonymous and people can't send you messages or see your location. To show what you edited and allow people to contact you through the website, click the button below. - You will need to do this if you want to use the online editor and it is encouraged to do so (find out why).
+ Since the 0.6 API changeover, only public users can edit map data. (find out why).
Your email address will not be revealed by becoming public.
This action cannot be reversed and all new users are now public by default.


-- 2.43.2