Use a better string

This commit is contained in:
Benau
2016-10-10 05:16:19 +00:00
committed by GitHub
parent 4ed599403e
commit d1c1435b55

View File

@@ -134,7 +134,7 @@ void SpareTireAI::crashed(const AbstractKart *k)
if (m_world->getKartLife(k->getWorldKartId()) == 3)
{
World::getWorld()->getRaceGUI()->addMessage
(_("You can only have max 3 lives!"), k, 2.0f);
(_("You can have at most 3 lives!"), k, 2.0f);
return;
}