summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/js/trash.js
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-02-01 00:43:52 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-02-01 00:43:52 +0100
commitfb0a5f3224d42b2c451616493d996c55df1e9e9b (patch)
tree00afac1395cabba6cdbc8b526169a1be58cddb77 /apps/files_trashbin/js/trash.js
parent94f744672431d5d4fc98ba3970aa9c5fb70cbc93 (diff)
downloadnextcloud-server-fb0a5f3224d42b2c451616493d996c55df1e9e9b.tar.gz
nextcloud-server-fb0a5f3224d42b2c451616493d996c55df1e9e9b.zip
undelete -> restore
Diffstat (limited to 'apps/files_trashbin/js/trash.js')
-rw-r--r--apps/files_trashbin/js/trash.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/js/trash.js b/apps/files_trashbin/js/trash.js
index 3ad0ab04fb9..f1241fce51e 100644
--- a/apps/files_trashbin/js/trash.js
+++ b/apps/files_trashbin/js/trash.js
@@ -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];