##// END OF EJS Templates
files/folders
Jonathan Frederic -
Show More
@@ -519,7 +519,7 b' define(['
519 if (this.selected.length == 1) {
519 if (this.selected.length == 1) {
520 message = 'Are you sure you want to permanently delete: ' + this.selected[0].name + '?';
520 message = 'Are you sure you want to permanently delete: ' + this.selected[0].name + '?';
521 } else {
521 } else {
522 message = 'Are you sure you want to permanently delete the ' + this.selected.length + ' files selected?';
522 message = 'Are you sure you want to permanently delete the ' + this.selected.length + ' files/folders selected?';
523 }
523 }
524 var that = this;
524 var that = this;
525 dialog.modal({
525 dialog.modal({
General Comments 0
You need to be logged in to leave comments. Login now