diff -r 221380cdee7e -r 50f511588635 share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua Mon Jan 14 06:17:35 2019 +0100 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua Mon Jan 14 07:14:18 2019 +0100 @@ -438,7 +438,7 @@ local showScore = "" table.sort(teamsSorted, function(team1, team2) return getTeamValue(team1, "Score") > getTeamValue(team2, "Score") end) for i=1, TeamsCount do - SendStat(siPointType, loc("point(s)")) + SendStat(siPointType, "!POINTS") local score = getTeamValue(teamsSorted[i], "Score") local deaths = getTeamValue(teamsSorted[i], "DeadHogs") SendStat(siPlayerKills, score, teamsSorted[i])