From 1a49f8eff109f773c79fce48f9ed69ffdd0c10fc Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Mon, 20 Dec 2010 15:05:47 +0000 Subject: [PATCH] News blog -> Community blogs I suspect the text came from pointing at opengeodata.org in a bygone era. --- app/views/layouts/site.html.erb | 2 +- config/locales/en.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 01dd5aee5..4ee763d43 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -136,7 +136,7 @@ :wiki => link_to(t('layouts.wiki'), t('layouts.wiki_url'), :title => t('layouts.wiki_title')) %>
  • <%= link_to t('layouts.copyright'), {:controller => 'site', :action => 'copyright'} %>
  • -
  • <%= t 'layouts.news_blog' %>
  • +
  • <%= t 'layouts.community_blogs' %>
  • <%= t 'layouts.shop' %>
  • <%= yield :left_menu %> diff --git a/config/locales/en.yml b/config/locales/en.yml index b11f2f886..0ee95c83c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -946,6 +946,8 @@ en: copyright: "Copyright & License" news_blog: "News blog" news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc." + community_blogs: "Community blogs" + community_blogs_title: "Blogs from members of the OpenStreetMap community" shop: Shop shop_tooltip: Shop with branded OpenStreetMap merchandise shop_url: http://wiki.openstreetmap.org/wiki/Merchandise -- 2.43.2