Traducidas las notificaciones a los tres idiomas
This commit is contained in:
@@ -780,12 +780,12 @@ bool Game::sendOnlineScore()
|
||||
if (jscore::updateUserPoints(options->online.gameID, options->online.jailerID, score))
|
||||
{
|
||||
options->online.score = score;
|
||||
screen->showNotification("PUNTUACION ENVIADA: " + std::to_string(score) + " PUNTOS");
|
||||
screen->showNotification(lang->getText(86) + std::to_string(score), "", 2);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
screen->showNotification("NO SE HA PODIDO ENVIAR LA PUNTUACION");
|
||||
screen->showNotification(lang->getText(86), lang->getText(87));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user