[#692] Use i18n label for the More menu

This commit is contained in:
Eric Davis 2011-12-10 11:35:12 -08:00
parent 2a74699196
commit f6d0932bff
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
</ul>
</li>
<li class="drop-down" id="more-menu">
<a class="more" href="#">Modules</a>
<a class="more" href="#"><%= l(:label_more) %></a>
<ul style="display:none;">
<% more_top_menu_items.each do |item| %>
<%= render_menu_node(item) %>