l10n: delete permanently fix
This commit is contained in:
parent
31a1a6e60b
commit
d8adc76125
|
@ -67,8 +67,8 @@ OCA.Trashbin.App = {
|
|||
},
|
||||
render: function(actionSpec, isDefault, context) {
|
||||
var $actionLink = fileActions._makeActionLink(actionSpec, context);
|
||||
$actionLink.attr('original-title', t('files', 'Delete permanently'));
|
||||
$actionLink.children('img').attr('alt', t('files', 'Delete permanently'));
|
||||
$actionLink.attr('original-title', t('files_trashbin', 'Delete permanently'));
|
||||
$actionLink.children('img').attr('alt', t('files_trashbin', 'Delete permanently'));
|
||||
context.$file.find('td:last').append($actionLink);
|
||||
return $actionLink;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue