diff --git a/game/modules/tome/data/general/objects/quest-artifacts.lua b/game/modules/tome/data/general/objects/quest-artifacts.lua
index d362585edd5f65c405004b343567bbc0cb6c6767..c25e68d0d162db05d21522acf247165ec3c1f5bf 100644
--- a/game/modules/tome/data/general/objects/quest-artifacts.lua
+++ b/game/modules/tome/data/general/objects/quest-artifacts.lua
@@ -289,7 +289,7 @@ newEntity{ define_as = "ORB_SCRYING",
 	display = "*", color=colors.VIOLET, image = "object/artifact/orb_scrying.png",
 	encumber = 1,
 	plot = true, quest = true,
-	desc = [[This orb will automatically items you find.]],
+	desc = [[This orb will automatically identify items you find.]],
 
 	on_drop = function(self, who)
 		if who == game.player then