Skip to content
Snippets Groups Projects
Commit d8adc761 authored by Volkan Gezer's avatar Volkan Gezer
Browse files

l10n: delete permanently fix

parent 31a1a6e6
No related branches found
No related tags found
No related merge requests found
...@@ -67,8 +67,8 @@ OCA.Trashbin.App = { ...@@ -67,8 +67,8 @@ OCA.Trashbin.App = {
}, },
render: function(actionSpec, isDefault, context) { render: function(actionSpec, isDefault, context) {
var $actionLink = fileActions._makeActionLink(actionSpec, context); var $actionLink = fileActions._makeActionLink(actionSpec, context);
$actionLink.attr('original-title', t('files', 'Delete permanently')); $actionLink.attr('original-title', t('files_trashbin', 'Delete permanently'));
$actionLink.children('img').attr('alt', t('files', 'Delete permanently')); $actionLink.children('img').attr('alt', t('files_trashbin', 'Delete permanently'));
context.$file.find('td:last').append($actionLink); context.$file.find('td:last').append($actionLink);
return $actionLink; return $actionLink;
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment