add text to Delete action

This commit is contained in:
Jan-Christoph Borchardt 2014-12-17 11:50:58 +01:00
parent e5875fda38
commit edc8967c93
1 changed files with 2 additions and 1 deletions

View File

@ -289,7 +289,8 @@
}
var $actionLink = $('<a href="#" original-title="' +
escapeHTML(deleteTitle) +
'" class="action delete icon-delete" />'
'" class="action delete icon-delete">' +
'<span class="hidden">Delete</span></a>'
);
var $container = context.$file.find('td:last');
$container.find('.delete').remove();