diff --git a/game/modules/tome/data/chats/angolwen-leader.lua b/game/modules/tome/data/chats/angolwen-leader.lua
index 025c2a0752411c1104fa6ea6a21850e2d506761a..421062c7c8bd53df29e16d48a4d523998b964978 100644
--- a/game/modules/tome/data/chats/angolwen-leader.lua
+++ b/game/modules/tome/data/chats/angolwen-leader.lua
@@ -30,7 +30,7 @@ I am Linaniil of the Kar'Krul. Welcome to our city, @playerdescriptor.subclass@.
 newChat{ id="save-derth",
 	text = [[Yes we have noticed the devastation that happened there. I have sent some friends to dispose of the cloud but the real threat is not there.
 We know who created this abomination: Urkis. He is a Tempest, a powerful archmage who can control the storms.
-A few years ago he has gone rogue, cutting himself from Angolwen. He remained quiet so we were reluctant to go against him openly, but it seems we have no choice now.
+A few years ago he went rogue, cutting himself from Angolwen. He remained quiet so we were reluctant to go against him openly, but it seems we have no choice now.
 The removal of the cloud will take much time, in the meanwhile we can, if you are willing, send you to Urkis lair to try stop him.
 I will not lie to you, we can send you there but this could be a death trap, and we have no way of knowing if there is a way for you to exit his lair as he lives on top of a tall peak in the Daikara mountains.]],
 	answers = {
diff --git a/game/modules/tome/data/quests/lightning-overload.lua b/game/modules/tome/data/quests/lightning-overload.lua
index 533cb91be45a9c760c2261b2b1e5a3c7935d798e..23138af5cb2517a4998a09c653f0a6fdd8e415e0 100644
--- a/game/modules/tome/data/quests/lightning-overload.lua
+++ b/game/modules/tome/data/quests/lightning-overload.lua
@@ -99,7 +99,7 @@ end
 teleport_urkis = function(self)
 	game:changeLevel(1, "tempest-peak")
 	require("engine.ui.Dialog"):simpleLongPopup("Danger...", [[You step out on unfamiliar grounds, you are nearly on top of one of the highest peaks you can see.
-The storm is raging of your head.]], 400)
+The storm is raging above your head.]], 400)
 end
 
 reenter_derth = function(self)