Quantcast

localization, choose string

Alex Shubert [04-15-12 - 09:30]
localization, choose string
Filename
AutoTurnIn.lua
diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua
index 6df1b44..9cf11bc 100644
--- a/AutoTurnIn.lua
+++ b/AutoTurnIn.lua
@@ -334,7 +334,7 @@ function AutoTurnIn:Need()
 		for _, reward in pairs(self.found) do
 			vars = vars..' '..GetQuestItemLink("choice", reward)
 		end
-		self:Print(L["multiplefound"]..ERR_QUEST_MUST_CHOOSE..' '..TRACKER_SORT_MANUAL)
+		self:Print(L["multiplefound"])
 	elseif(#self.found == 1) then
 		self:TurnInQuest(self.found[1])
 	end