From: John Firebaugh Date: Thu, 1 Aug 2013 00:25:05 +0000 (-0700) Subject: Replace changeset definition with tag X-Git-Tag: live~4752^2~23 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/666ee1218f8d26edb3f79d4f42d8800f99fbf439?ds=sidebyside Replace changeset definition with tag --- 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: |