CC-3998: Now Playing -> Time Line: confirm message for user 'delete'

track by context menu is misleading

- fixed
This commit is contained in:
James 2012-06-26 17:35:07 -04:00
parent c2cc4253b3
commit 576c13963d

View file

@ -1088,7 +1088,7 @@ var AIRTIME = (function(AIRTIME){
if (oItems.del !== undefined) {
callback = function() {
if (confirm("Delete selected Items?")) {
if (confirm("Delete selected item?")) {
AIRTIME.showbuilder.fnRemove([{
id: data.id,
timestamp: data.timestamp,