From 20cab5b9bf9c8a29f91b96949bf4b593c508d0b4 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 22 May 2011 15:10:30 +0100 Subject: [PATCH 1/1] Add summary + informal translations links to terms page --- app/views/user/terms.html.erb | 8 ++++++++ config/locales/en.yml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index 5160716d1..d6bbd16f5 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -45,4 +45,12 @@ <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %>

+
+
+

+

+

<% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 8fb884914..5e82b80c8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1579,6 +1579,10 @@ en: consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain" consider_pd_why: "what's this?" consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain + summary: "Human readable summary in English." + summary_url: http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary + translations: "Informal translations / Informelle Übersetzung" + translations_url: http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations agree: Agree declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined" decline: "Decline" -- 2.45.2