changeset 14611 | c5f18710a184 |
parent 14599 | 50f511588635 |
child 14949 | 4c5fb1ee75b7 |
--- a/share/hedgewars/Data/Maps/ClimbHome/map.lua Mon Jan 14 19:26:24 2019 +0100 +++ b/share/hedgewars/Data/Maps/ClimbHome/map.lua Mon Jan 14 21:19:57 2019 +0100 @@ -672,7 +672,7 @@ function makeSinglePlayerLoserStats() local actualHeight = getActualHeight(RecordHeight) - SendStat(siGameResult, loc("You lose!")) + SendStat(siGameResult, loc("Challenge over!")) SendStat(siGraphTitle, loc("Your height over time")) local text if actualHeight > 30000 then text = loc("%s was damn close to home.")