share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 12077 ce3860c82c8b
parent 11201 9301550d2566
child 12079 8f222872d432
--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua	Fri Nov 25 02:01:18 2016 +0100
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua	Fri Nov 25 02:53:42 2016 +0100
@@ -57,7 +57,7 @@
 end
 
 function onGameStart()
-    ShowMission(loc("TrophyRace"), "", loc("Use your rope to get from start to finish as fast as you can!"), -amRope, 0)
+    ShowMission(loc("TrophyRace"), loc("Race"), loc("Use your rope to get from start to finish as fast as you can!"), -amRope, 0)
     started = true
     p=1820
     for i = 0, numhhs - 1 do
@@ -174,7 +174,7 @@
                 hscore = hscore .. "|" .. string.format(loc("Team %d: "), i+1) .. tt
             end
             
-            ShowMission(loc("TrophyRace"), "", loc("You've reached the goal!| |Time: ") .. (ttime / 1000) .. " s" .. hscore, 0, 0)
+            ShowMission(loc("TrophyRace"), loc("Race"), loc("You've reached the goal!| |Time: ") .. (ttime / 1000) .. " s" .. hscore, 0, 0)
             TurnTimeLeft = 0
         end
     end