From 3e5043a13797fd2542107ee26b75f8dff0059dc1 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 3 Jul 2008 00:32:51 +0000 Subject: [PATCH] ActionItem501: fixing the wording --- 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 5916847..04d3dac 100644 --- a/app/controllers/public/search_controller.rb +++ b/app/controllers/public/search_controller.rb @@ -180,7 +180,7 @@ class SearchController < ApplicationController @results = {} @names = {} [ - [ :people, _('Newer profiles'), @finder.recent('people') ], + [ :people, _('Newer people'), @finder.recent('people') ], [ :communities, _('Newer communities'), @finder.recent('communities') ], [ :articles, _('Newer articles'), @finder.recent('articles') ], [ :most_commented_articles, _('Most commented articles'), @finder.most_commented_articles ], -- libgit2 0.21.2