Correct message

This commit is contained in:
Laurent Mazet 2020-10-23 21:31:30 +02:00
parent 7dfbc74d38
commit e6df1604e9
1 changed files with 1 additions and 1 deletions

View File

@ -1878,7 +1878,7 @@
/* Confirm score */
myConfirm(
_("Do you want to add score to active player?") + " " + totalScore,
_("Do you want to add score to the current player?") + " " + totalScore,
function () {
if (currentPlayer === "") {
return;