From 6732ff07b99bea0c25093d3432ac94a07fd60559 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 23 Mar 2010 17:50:54 +0000 Subject: [PATCH] Rework the PD question on the confirmation screen. --- app/views/user/confirm.html.erb | 4 ++-- config/locales/en.yml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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." -- 2.43.2