# HG changeset patch # User contrebasse # Date 1305456547 -7200 # Node ID 6a91e19275c8c6933b0a8096a6adc795710514fb # Parent d571fa85e1b5b84d60a6921c1a6f468d59e5166d Corrent error message diff -r d571fa85e1b5 -r 6a91e19275c8 ReagentMaker.lua --- 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