From 4eb10a05ea132af8034a4c5b78291f25e4c2920c Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Sun, 20 Oct 2013 18:18:11 +0400 Subject: [PATCH] toc bumped, version added, adv removed --- AutoTurnIn.lua | 1 - AutoTurnIn.toc | 8 ++++---- ui/main_options.lua | 5 ++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua index 18c4c54..57e5953 100644 --- a/AutoTurnIn.lua +++ b/AutoTurnIn.lua @@ -92,7 +92,6 @@ function AutoTurnIn:OnEnable() hooksecurefunc("QuestLog_Update", AutoTurnIn.ShowQuestLevelInLog) hooksecurefunc(QuestLogScrollFrame, "update", AutoTurnIn.ShowQuestLevelInLog) hooksecurefunc("WatchFrame_Update", AutoTurnIn.ShowQuestLevelInWatchFrame) - self:Print("Hi! AutoTurnIn author needs your help. If you have any ideas on how to improve addon, may help with translation or just notice a bug let me know pls via curse.com addon page. Your help is greatly appreciated. ") end function AutoTurnIn:OnDisable() diff --git a/AutoTurnIn.toc b/AutoTurnIn.toc index 169bdf1..77cbcb7 100644 --- a/AutoTurnIn.toc +++ b/AutoTurnIn.toc @@ -1,10 +1,10 @@ ## Interface: 50400 ## Title: AutoTurnIn -## Version: 4.1 +## Version: 4.3 ## Author: Alex Shubert -## Notes: Auto accept and complete daily or any quests -## Notes-ruRU: Автоматически принимает и сдает ежедневные либо все задания -## Notes-enUS: Auto accept and complete daily or any quests +## Notes: Quest handling automation +## Notes-ruRU: Автоматически обработка заданий +## Notes-enUS: Quest handling automation ## Notes-frFR: Accepte et rend automatiquement les quêtes ## Notes-deDE: Auto akzeptieren und komplett täglich oder alle Quests ## OptionalDeps: Ace3 diff --git a/ui/main_options.lua b/ui/main_options.lua index 3bec513..53a9b91 100644 --- a/ui/main_options.lua +++ b/ui/main_options.lua @@ -9,10 +9,9 @@ local MakeACopy=true -- Title local title = OptionsPanel:CreateFontString(nil, "ARTWORK", "GameFontNormalLarge") -title:SetText(addonName) +title:SetText(addonName .." ".. AutoTurnIn.defaults.version) -- Description -local notes = GetAddOnMetadata(addonName, "Notes-" .. GetLocale()) -notes = notes or GetAddOnMetadata(addonName, "Notes") +local notes = GetAddOnMetadata(addonName, "Notes-" .. GetLocale()) or GetAddOnMetadata(addonName, "Notes") local subText = OptionsPanel:CreateFontString(nil, "ARTWORK", "GameFontHighlightSmall") subText:SetText(notes) -- Reset button -- 1.7.9.5