Skip to content
Snippets Groups Projects
Commit b1456448 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #8773 from owncloud/l10n-tipsy-delete

show delete hint text on hovering trash
parents 705242d3 f7cc07ba
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@
if (typeof trashBinApp !== 'undefined' && trashBinApp) {
html = '<a href="#" original-title="' + t('files', 'Delete permanently') + '" class="action delete delete-icon" />';
} else {
html = '<a href="#" class="action delete delete-icon" />';
html = '<a href="#" original-title="' + t('files', 'Delete') + '" class="action delete delete-icon" />';
}
var element = $(html);
element.data('action', actions['Delete']);
......
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