from retail
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if not WeakAuras.IsCorrectVersion() or not WeakAuras.IsLibsOK() then return end
|
||||
if not WeakAuras.IsLibsOK() then return end
|
||||
local AddonName, OptionsPrivate = ...
|
||||
|
||||
-- Lua APIs
|
||||
@@ -1159,9 +1159,9 @@ function OptionsPrivate.CreateFrame()
|
||||
containerScroll:AddChild(simpleLabel)
|
||||
|
||||
local button = AceGUI:Create("WeakAurasNewButton")
|
||||
button:SetTitle(L["From Template"])
|
||||
button:SetTitle(L["Premade Auras"])
|
||||
button:SetDescription(L["Offer a guided way to create auras for your character"])
|
||||
button:SetIcon("Interface\\Icons\\INV_Misc_Book_06")
|
||||
button:SetIcon("Interface\\Icons\\Inv_misc_book_09")
|
||||
button:SetClick(function()
|
||||
OptionsPrivate.OpenTriggerTemplate(nil, self:GetTargetAura())
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user