From 3b10449d4fa78c2ab65396ff394a7e94299018c7 Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Thu, 31 Jul 2008 22:49:43 +0000 Subject: [PATCH] ActionItem584: fixed untranslated string --- app/controllers/public/search_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/public/search_controller.rb b/app/controllers/public/search_controller.rb index 095378c..3618886 100644 --- a/app/controllers/public/search_controller.rb +++ b/app/controllers/public/search_controller.rb @@ -195,7 +195,7 @@ class SearchController < ApplicationController [ [ :people, _('People'), @finder.recent('people', limit) ], [ :enterprises, __('Enterprises'), @finder.recent('enterprises', limit) ], - [ :products, ('Products'), @finder.recent('products', limit) ], + [ :products, _('Products'), @finder.recent('products', limit) ], [ :events, _('Upcoming events'), @finder.upcoming_events({:per_page => limit}) ], [ :communities, __('Communities'), @finder.recent('communities', limit) ], [ :most_commented_articles, _('Most commented articles'), @finder.most_commented_articles(limit) ], -- libgit2 0.21.2