diff options
author | David Cabo <david@calibea.com> | 2011-09-05 11:31:28 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-09-05 11:31:28 +0200 |
commit | e0b2a515ade57c56a09fc43ff4639d993b43daab (patch) | |
tree | add6f5f935bc814618c0cdbe8aab43541ea2e4d5 /app/controllers/request_controller.rb | |
parent | f9962c6087ff7f3cc5667e24888a427056c3077f (diff) | |
parent | f443b36ed4819bbc6766e7089d035f5d071fe2a1 (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.rb | 2 |
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 |