mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
Update warning dialog to refer to player "instance"
This commit is contained in:
parent
5ad44b6caf
commit
e21e15c064
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue