aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
diff options
context:
space:
mode:
authorDavid Cabo <david@calibea.com>2011-09-05 11:31:28 +0200
committerDavid Cabo <david@calibea.com>2011-09-05 11:31:28 +0200
commite0b2a515ade57c56a09fc43ff4639d993b43daab (patch)
treeadd6f5f935bc814618c0cdbe8aab43541ea2e4d5 /app/controllers/request_controller.rb
parentf9962c6087ff7f3cc5667e24888a427056c3077f (diff)
parentf443b36ed4819bbc6766e7089d035f5d071fe2a1 (diff)
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r--app/controllers/request_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb
index e3f431cc7..12b5247b5 100644
--- a/app/controllers/request_controller.rb
+++ b/app/controllers/request_controller.rb
@@ -146,7 +146,7 @@ class RequestController < ApplicationController
@view = params[:view]
params[:latest_status] = @view
query = make_query_from_params
- @title = "View and search requests"
+ @title = _("View and search requests")
sortby = "newest"
@page = get_search_page_from_params if !@page # used in cache case, as perform_search sets @page as side effect
behavior_cache :tag => [@view, @page] do