diff --git a/game/modules/tome/data/quests/start-dunadan.lua b/game/modules/tome/data/quests/start-dunadan.lua
index 69d4c66050d31fdcbd1f4097c0fcee457e498e9e..1746a7549654c00a2e329b8e7121831f1f823a9b 100644
--- a/game/modules/tome/data/quests/start-dunadan.lua
+++ b/game/modules/tome/data/quests/start-dunadan.lua
@@ -21,7 +21,7 @@
 name = "Of trolls and damp caves"
 desc = function(self, who)
 	local desc = {}
-	desc[#desc+1] = "Explore the caves below the tower of Amon Sûl and the Trollshaws in search of treasures and glory!\n"
+	desc[#desc+1] = "Explore the caves below the tower of Amon Sûl and the Trollshaws in search of treasure and glory!\n"
 	if self:isCompleted("amon-sul") then
 		desc[#desc+1] = "#LIGHT_GREEN#* You have explored Amon Sûl and vanquished the Shade of Angmar.#WHITE#"
 	else