From bab26e3884bd770b89d652d855f1e9b5d4a8736e Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Wed, 31 Jul 2013 14:53:01 -0400 Subject: [PATCH] adjustments to help page + better copy --- app/views/site/help.html.erb | 16 ++++++++++------ app/views/site/welcome.html.erb | 2 +- config/locales/en.yml | 8 ++++---- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index e72aac190..91dc227e9 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -2,11 +2,15 @@

<%= t "help_page.title" %>

<% end %> -

<%= t "help_page.introduction" %>

+

<%= t "help_page.introduction" %>

<% ['welcome', 'learnosm', 'help', 'wiki'].each do |site| %> - -

<%= t "help_page.#{site}.title" %>

-

<%= t "help_page.#{site}.description" %>

-
-<% end %> +
+

+ + <%= t "help_page.#{site}.title" %> + +

+

<%= t "help_page.#{site}.description" %>

+
+<% end %> \ No newline at end of file diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index da775e339..7f3d000d4 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -64,4 +64,4 @@

<%= t "welcome_page.add_a_note.paragraph_1_html" %>

<%= t "welcome_page.add_a_note.paragraph_2_html", :map_url => root_path %>

- \ No newline at end of file + diff --git a/config/locales/en.yml b/config/locales/en.yml index 302c3dbd3..ee567d7b2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1208,19 +1208,19 @@ en: welcome: url: http://www.openstreetmap.org/welcome title: Welcome to OSM - description: A one-page introduction for new users + description: Start with this quick guide covering the OpenStreetMap basics. learnosm: url: http://learnosm.org/ title: LearnOSM - description: Learn OpenStreetMap Step by Step + description: Learn how to edit OpenStreetMap with the JOSM editor step-by-step. help: url: https://help.openstreetmap.org/ title: help.openstreetmap.org - description: OSM's question-and-answer site + description: Ask a question or look up answers on OSM's question-and-answer site. wiki: url: http://wiki.openstreetmap.org/ title: wiki.openstreetmap.org - description: A wiki-based documentation site + description: Browse the wiki for in-depth OSM documentation. notifier: diary_comment_notification: subject: "[OpenStreetMap] %{user} commented on your diary entry" -- 2.43.2