From: Tom Hughes Date: Tue, 23 Mar 2010 17:50:54 +0000 (+0000) Subject: Rework the PD question on the confirmation screen. X-Git-Tag: live~6294^2~18 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6732ff07b99bea0c25093d3432ac94a07fd60559?ds=sidebyside Rework the PD question on the confirmation screen. --- diff --git a/app/views/user/confirm.html.erb b/app/views/user/confirm.html.erb index 100206c31..068e6eeee 100644 --- a/app/views/user/confirm.html.erb +++ b/app/views/user/confirm.html.erb @@ -38,8 +38,8 @@

-
+ + (<%= link_to(t('user.confirm.consider_pd_why'), t('user.confirm.consider_pd_why_url'), :target => :new)%>)

diff --git a/config/locales/en.yml b/config/locales/en.yml index 3cf5a9c10..c141dbe6e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1495,7 +1495,9 @@ en: confirm: heading: Confirm a user account press confirm button: "Please read the agreement below and press the agree button to activate your account." - consider_pd: "I consider my contributions to be in the Public Domain." + consider_pd: "I consider my contributions to be in the Public Domain" + consider_pd_why: what's this? + consider_pd_why_url: http://wiki.openstreetmap.org/wiki/Why_would_I_want_my_contributions_to_be_public_domain button: Agree success: "Confirmed your account, thanks for signing up!" failure: "A user account with this token has already been confirmed."