toc bumped, version added, adv removed
Alex Shubert [10-20-13 - 14:18]
toc bumped, version added, adv removed
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