CC-4581: Confirmation dialog for removing an item from a show refers to deletion

This commit is contained in:
denise 2012-10-19 16:19:32 -04:00
parent 9dfee6aa68
commit f30d636b17
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ var AIRTIME = (function(AIRTIME){
mod.fnRemove = function(aItems) {
mod.disableUI();
if (confirm("Delete selected item(s)?")) {
if (confirm("Remove selected scheduled item(s)?")) {
$.post( "/showbuilder/schedule-remove",
{"items": aItems, "format": "json"},
mod.fnItemCallback