From 666ee1218f8d26edb3f79d4f42d8800f99fbf439 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 31 Jul 2013 17:25:05 -0700 Subject: [PATCH 1/1] Replace changeset definition with tag --- app/assets/stylesheets/common.css.scss | 2 +- app/views/site/welcome.html.erb | 4 ++-- config/locales/en.yml | 7 +++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 78126bb88..adcb01d52 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -2339,7 +2339,7 @@ a.button { background-position: -150px 0; } - .sprite.changeset { + .sprite.tag { background-position: -200px 0; } diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index 115833cd3..45fededab 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -43,8 +43,8 @@

<%= t "welcome_page.basic_terms.way_html" %>

- -

<%= t "welcome_page.basic_terms.changeset_html" %>

+ +

<%= t "welcome_page.basic_terms.tag_html" %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index adc940667..04573b6a7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1181,10 +1181,9 @@ en: A node is a point on the map, like a single restauraunt or a tree. way_html: | A way is a line or area, like a road, stream, lake or building. - changeset_html: | - A changeset is group of - changes to the map saved by a user. + tag_html: | + A tag is a bit of data about a node or way, like a + restaurant's name or a road's speed limit. questions: title: Any questions? paragraph_1_html: | -- 2.43.2