CC-3777 : Decide on what should happen with canceling recorded show

This commit is contained in:
Naomi Aro 2012-05-15 14:56:31 +02:00
parent 6a2bab66fa
commit 07d029b8cc
3 changed files with 7 additions and 10 deletions

View file

@ -849,7 +849,7 @@ var AIRTIME = (function(AIRTIME){
data = $tr.data("aData");
if (data.record === true) {
msg = 'Erase current show and stop recording?';
msg = 'Stop recording current show?';
}
if (confirm(msg)) {