Update warning dialog to refer to player "instance"

This commit is contained in:
David Rowe 2017-04-13 14:01:37 +12:00
parent 5ad44b6caf
commit e21e15c064

View file

@ -391,7 +391,7 @@
index = playerIsPlayings.indexOf(false);
if (index === -1) {
error("No assignment client player available to play recording "
error("No player instance available to play recording "
+ recording.slice(4) + "!"); // Remove leading "atp:" from recording.
return;
}