Split the help and wiki into two links - help centre and documentation

This commit is contained in:
Andy Allan 2010-12-20 15:18:18 +00:00 committed by Tom Hughes
parent b2f7c71fc9
commit 97261143d6
2 changed files with 5 additions and 4 deletions

View file

@ -131,10 +131,8 @@
<div id="left_menu" class="left_menu">
<ul>
<li><%= t 'layouts.help_and_wiki',
:help => link_to(t('layouts.help'), t('layouts.help_url'), :title => t('layouts.help_title')),
:wiki => link_to(t('layouts.wiki'), t('layouts.wiki_url'), :title => t('layouts.wiki_title'))
%></li>
<li><%= link_to(t('layouts.help_centre'), t('layouts.help_url'), :title => t('layouts.help_title')) %></li>
<li><%= link_to(t('layouts.documentation'), t('layouts.wiki_url'), :title => t('layouts.documentation_title')) %></li>
<li><%= link_to t('layouts.copyright'), {:controller => 'site', :action => 'copyright'} %></li>
<li><a href="http://blogs.openstreetmap.org/" title="<%= t 'layouts.community_blogs_title' %>"><%= t 'layouts.community_blogs' %></a></li>
<li><a href="http://www.osmfoundation.org" title="<%= t 'layouts.foundation_title' %>"><%= t 'layouts.foundation' %></a></li>

View file

@ -938,11 +938,14 @@ en:
donate_link_text: donating
help_and_wiki: "{{help}} & {{wiki}}"
help: Help
help_centre: Help Centre
help_url: http://help.openstreetmap.org/
help_title: Help site for the project
wiki: Wiki
wiki_url: http://wiki.openstreetmap.org/
wiki_title: Wiki site for the project
documentation: Documentation
documentation_title: Documentation for the project
copyright: "Copyright &amp; License"
news_blog: "News blog"
news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc."