mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:08:54 +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);
|
index = playerIsPlayings.indexOf(false);
|
||||||
if (index === -1) {
|
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.
|
+ recording.slice(4) + "!"); // Remove leading "atp:" from recording.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue