Commit 3b10449d4fa78c2ab65396ff394a7e94299018c7

Authored by MoisesMachado
1 parent 525935a7

ActionItem584: fixed untranslated string


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/branches/0.10.x@2361 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/controllers/public/search_controller.rb
@@ -195,7 +195,7 @@ class SearchController < ApplicationController @@ -195,7 +195,7 @@ class SearchController < ApplicationController
195 [ 195 [
196 [ :people, _('People'), @finder.recent('people', limit) ], 196 [ :people, _('People'), @finder.recent('people', limit) ],
197 [ :enterprises, __('Enterprises'), @finder.recent('enterprises', limit) ], 197 [ :enterprises, __('Enterprises'), @finder.recent('enterprises', limit) ],
198 - [ :products, ('Products'), @finder.recent('products', limit) ], 198 + [ :products, _('Products'), @finder.recent('products', limit) ],
199 [ :events, _('Upcoming events'), @finder.upcoming_events({:per_page => limit}) ], 199 [ :events, _('Upcoming events'), @finder.upcoming_events({:per_page => limit}) ],
200 [ :communities, __('Communities'), @finder.recent('communities', limit) ], 200 [ :communities, __('Communities'), @finder.recent('communities', limit) ],
201 [ :most_commented_articles, _('Most commented articles'), @finder.most_commented_articles(limit) ], 201 [ :most_commented_articles, _('Most commented articles'), @finder.most_commented_articles(limit) ],