share/hedgewars/Data/Scripts/SimpleMission.lua
changeset 13059 2f21d92eae27
parent 13057 8b44518d1002
child 13061 8d2087c85b8d
--- a/share/hedgewars/Data/Scripts/SimpleMission.lua	Thu Feb 22 20:10:22 2018 -0500
+++ b/share/hedgewars/Data/Scripts/SimpleMission.lua	Fri Feb 23 12:48:27 2018 +0100
@@ -254,7 +254,7 @@
 		params.missionIcon = 1 -- target icon
 	end
 	if params.goalText == nil then
-		params.goalText = loc("Defeat the enemy!")
+		params.goalText = loc("Eliminate the enemy.")
 	end
 	if params.customGoalCheck == nil and (params.customGoals ~= nil or params.customNonGoals ~= nil) then
 		params.customGoalCheck = "instant"