Translated "Sort by this field" tooltip

Signed-off-by: bennibu <benni@dresdener27.de>
This commit is contained in:
sandoz 2009-04-01 06:49:23 +08:00 committed by bennibu
parent 5a7fe17437
commit 8c1bf93809
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ module ApplicationHelper
:method => :get
}
html_options = {
:title => _('Sort by this field'),
:title => _('Nach diesem Feld sortieren'),
:href => url_for(:action => action, :params => params.merge({:sort => key, :page => nil, :per_page => per_page}))
}
link_to_remote(text, options, html_options)