Skip to content
Snippets Groups Projects
Commit fb0a5f32 authored by Thomas Müller's avatar Thomas Müller
Browse files

undelete -> restore

parent 94f74467
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ $(document).ready(function() {
});
$('.undelete').click('click',function(event) {
var spinner = '<img class="move2trash" title="'+t('files_trashbin', 'perform undelete operation')+'" src="'+ OC.imagePath('core', 'loader.gif') +'"></a>';
var spinner = '<img class="move2trash" title="'+t('files_trashbin', 'perform restore operation')+'" src="'+ OC.imagePath('core', 'loader.gif') +'"></a>';
var files=getSelectedFiles('file');
var fileslist=files.join(';');
var dirlisting=getSelectedFiles('dirlisting')[0];
......
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