Commit 4bb9f71a42edbd2b3883a75d593e1d6881bdc7c7

Authored by AntonioTerceiro
1 parent 766389ac

ActionItem258: adding call to gettext


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1641 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/search/popup.rhtml
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 <% @search_in.each do |thing, name| %> 27 <% @search_in.each do |thing, name| %>
28 <li> 28 <li>
29 <%= check_box_tag 'find_in[]', thing.to_s, true %> 29 <%= check_box_tag 'find_in[]', thing.to_s, true %>
30 - <span><%= name %></span> 30 + <span><%= gettext(name) %></span>
31 </li> 31 </li>
32 <% end %> 32 <% end %>
33 </ul> 33 </ul>