diff ReagentMaker.lua @ 87:6a91e19275c8 v1.0beta5

Corrent error message
author contrebasse
date Sun, 15 May 2011 12:49:07 +0200
parents 996aaa818d04
children c369a2e16ab6
line wrap: on
line diff
--- a/ReagentMaker.lua	Sun May 15 12:46:22 2011 +0200
+++ b/ReagentMaker.lua	Sun May 15 12:49:07 2011 +0200
@@ -129,7 +129,7 @@
 	-- If only one recipe is known for the reagent, use it
 	if #(A.data[reagentID]) == 1 and not A.data[reagentID][1].macro then
 		if A.data[reagentID][1].spellName ~= GetTradeSkillLine() then
-			A.Error(A.L["The recipe to make this reagent is in another tradeskill. Currently RagentMaker can not manage such a case, sorry."])
+			A.Error(A.L["The recipe to make this reagent is in another tradeskill. Currently ReagentMaker can not manage such a case, sorry."])
 			return
 		end