Translated "Sort by this field" tooltip
Signed-off-by: bennibu <benni@dresdener27.de>
This commit is contained in:
parent
5a7fe17437
commit
8c1bf93809
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ module ApplicationHelper
|
||||||
:method => :get
|
:method => :get
|
||||||
}
|
}
|
||||||
html_options = {
|
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}))
|
:href => url_for(:action => action, :params => params.merge({:sort => key, :page => nil, :per_page => per_page}))
|
||||||
}
|
}
|
||||||
link_to_remote(text, options, html_options)
|
link_to_remote(text, options, html_options)
|
||||||
|
|
Loading…
Reference in a new issue