From aed0350b0184775f23fb2d884ca3bf3a55e6392d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 19 Apr 2016 17:45:13 +0000 Subject: [PATCH] Adds a title on the sort handle (#12909). git-svn-id: http://svn.redmine.org/redmine/trunk@15342 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/application_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b41ce94b0..7edfbd534 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -478,7 +478,8 @@ module ApplicationHelper } content_tag('span', '', :class => "sort-handle", - :data => data) + :data => data, + :title => l(:button_sort)) end def breadcrumb(*args) -- 2.39.5