# HG changeset patch # User Wuzzy # Date 1506473235 -7200 # Node ID 5b51257c4122ab4798512a137f14a4b2743eb5b3 # Parent 9c3ff4ffd4f390c0b625594afffb8aaa0442390b Shorten a mission text in ACF, mission 2 diff -r 9c3ff4ffd4f3 -r 5b51257c4122 share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua Wed Sep 27 02:26:33 2017 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua Wed Sep 27 02:47:15 2017 +0200 @@ -115,7 +115,7 @@ function AfterStartDialogue() stage = spyStage - ShowMission(loc("The Shadow Falls"), loc("Play with me!"), loc("Defend yourself!|Hint: You can get tips on using weapons by moving your mouse over them in the weapon selection menu"), 1, 6000) + ShowMission(loc("The Shadow Falls"), loc("Play with me!"), loc("Kill the cannibal!"), 1, 6000) TurnTimeLeft = TurnTime end