aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
diff options
context:
space:
mode:
authorFaton Selishta <fatonselishta@gmail.com>2011-09-05 10:56:36 +0200
committerFaton Selishta <fatonselishta@gmail.com>2011-09-05 10:56:36 +0200
commitf443b36ed4819bbc6766e7089d035f5d071fe2a1 (patch)
tree59a5597eaa234c7d43bc4fc323bf645ce0c783d1 /app/controllers/request_controller.rb
parent30b502ee01df9e09f177dfc2177dcb3d073ebdbb (diff)
I18n'ize some strings
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