From d0edb3796262fc5ac23dfb511c13d359d7caa9d3 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 5 May 2012 23:08:33 +0200 Subject: [PATCH] Mass edit tweaks --- couchpotato/core/plugins/movie/static/list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/movie/static/list.js b/couchpotato/core/plugins/movie/static/list.js index 12d931a3..23bdcf89 100644 --- a/couchpotato/core/plugins/movie/static/list.js +++ b/couchpotato/core/plugins/movie/static/list.js @@ -254,8 +254,8 @@ var MovieList = new Class({ var self = this; var ids = self.getSelectedMovies() - var qObj = new Question('Are you sure you want to delete the selected movies?', 'Items using this profile, will be set to the default quality.', [{ - 'text': 'Yes, delete them', + var qObj = new Question('Are you sure you want to delete '+ids.length+' movie'+ (ids.length != 1 ? 's' : '') +'?', 'If you do, you won\'t be able to watch them, as they won\'t get downloaded!', [{ + 'text': 'Yes, delete '+(ids.length != 1 ? 'them' : 'it'), 'class': 'delete', 'events': { 'click': function(e){