Added field description to tooltip

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

View File

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