Skip to content

Commit

Permalink
Remove all link titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
goobertron committed Jan 8, 2014
1 parent d69050c commit cfb055b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
20 changes: 8 additions & 12 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
<div class="span3">
<ul>
<li>
<a href="http://github.com/diaspora/diaspora/" title="Git repository">
<a href="http://github.com/diaspora/diaspora/">
<%= t '.codebase' %>
</a>
</li>
<li>
<a href="https://wiki.diasporafoundation.org/" title="Diaspora wiki">
<a href="https://wiki.diasporafoundation.org/">
<%= t '.documentation' %>
</a>
</li>
<li>
<a href="http://github.com/diaspora/diaspora/issues" title="Bug tracker">
<a href="http://github.com/diaspora/diaspora/issues">
<%= t '.report_bugs' %>
</a>
</li>
Expand All @@ -74,13 +74,12 @@
<div class="span3">
<ul>
<li>
<a href="http://webchat.freenode.net/?channels=diaspora" title="#diaspora">
<a href="http://webchat.freenode.net/?channels=diaspora">
<%= t '.irc_general' %>
</a>
</li>
<li>
<a href="http://webchat.freenode.net/?channels=diaspora-dev"
title="#diaspora-dev">
<a href="http://webchat.freenode.net/?channels=diaspora-dev">
<%= t '.irc_development' %>
</a>
</li>
Expand All @@ -90,14 +89,12 @@
<div class="span3">
<ul>
<li>
<a href="http://groups.google.com/group/diaspora-discuss"
title="General discussion mailing list">
<a href="http://groups.google.com/group/diaspora-discuss">
<%= t '.discussion_general' %>
</a>
</li>
<li>
<a href="http://groups.google.com/group/diaspora-dev"
title="Dev mailing list">
<a href="http://groups.google.com/group/diaspora-dev">
<%= t '.discussion_development' %>
</a>
</li>
Expand All @@ -114,8 +111,7 @@
<ul class="dropdown-menu">
<%= locale_switcher_entries %>
<li>
<a href="https://wiki.diasporafoundation.org/Contribute_translations"
title="Contribute translations">
<a href="https://wiki.diasporafoundation.org/Contribute_translations">
<%= t '.translate' %>
</a>
</li>
Expand Down
3 changes: 2 additions & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ en:
discussion_general: "Discussion - General"
discussion_development: "Discussion - Development"
choose_language: "Choose language"
translate: "Translate it!"
translate: "Add a translation"
translate_link_text: "Contribute translations"
cc_license_alt: "Creative Commons License"
licensed_under: "%{site_link} is licensed under a %{license_link}"
license_link_text: "Creative Commons Attribution 3.0 Unported License"
Expand Down

0 comments on commit cfb055b

Please sign in to comment.