diff -r f9cbb896967b -r 9f3387907e06 share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua Tue May 16 23:31:28 2017 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua Wed May 17 23:28:21 2017 +0200 @@ -9,10 +9,10 @@ -- globals local missionName = loc("Precise flying") -local challengeObjectives = loc("Use the RC plane and destroy the all the targets").."|".. - loc("Each time you destroy all the targets on your current level you'll get teleported to the next level").."|".. - loc("You'll have only one RC plane at the start of the mission").."|".. - loc("During the game you can get new RC planes by collecting the weapon crates") +local challengeObjectives = loc("Use the RC plane and destroy the all the targets.").."|".. + loc("Each time you destroy all the targets on your current level you'll get teleported to the next level.").."|".. + loc("You'll have only one RC plane at the start of the mission.").."|".. + loc("During the game you can get new RC planes by collecting the weapon crates.") local currentTarget = 1 -- dialogs local dialog01 = {}