Commit 434ebc9b7f8ee075f49f484c2e4bcd9a8ee5a191

Authored by Antonio Terceiro
1 parent a8bffeab

ActionItem874: apply terminology when generating search form.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/search/_search_form.rhtml
... ... @@ -35,7 +35,7 @@
35 35 <div class="search-options search-for">
36 36 <h4><%= _('Search for:') %></h4>
37 37 <ul>
38   - <% @search_in.map { |t,n| [t,gettext(n)] } .
  38 + <% @search_in.map { |t,n| [t,getterm(n)] } .
39 39 sort_by(&:last).each do |thing, name| %>
40 40 <li>
41 41 <%= labelled_check_box name, 'find_in[]', thing.to_s, @searching[thing.to_sym] %>
... ...