- <a href="<%= t 'layouts.help_wiki_url' %>" title="<%= t 'layouts.help_wiki_tooltip' %>"><%= t 'layouts.help_wiki' %></a><br />
- <%= link_to 'Copyright', {:controller => 'site', :action => 'copyright'} %><br />
+ <%= 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'))
+ %><br />
+ <%= link_to t('layouts.copyright'), {:controller => 'site', :action => 'copyright'} %><br />