From 9527fe8f0ee576a74aa992a3db77391159e711cd Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Sun, 15 Apr 2012 13:30:06 +0400 Subject: [PATCH] localization, choose string --- AutoTurnIn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5