diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-01 00:43:52 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-01 00:43:52 +0100 |
commit | fb0a5f3224d42b2c451616493d996c55df1e9e9b (patch) | |
tree | 00afac1395cabba6cdbc8b526169a1be58cddb77 /apps/files_trashbin/js/trash.js | |
parent | 94f744672431d5d4fc98ba3970aa9c5fb70cbc93 (diff) | |
download | nextcloud-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.js | 2 |
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]; |