From 5b7b20c376174d1a9cd60d3710f1fff9326a420b Mon Sep 17 00:00:00 2001 From: NoM0Re <1629787+NoM0Re@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:46:42 +0200 Subject: [PATCH] Change awesome_wotlk button to new distribution for now --- WeakAurasOptions/OptionsFrames/OptionsFrame.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WeakAurasOptions/OptionsFrames/OptionsFrame.lua b/WeakAurasOptions/OptionsFrames/OptionsFrame.lua index d91f4fa..0e698d1 100644 --- a/WeakAurasOptions/OptionsFrames/OptionsFrame.lua +++ b/WeakAurasOptions/OptionsFrames/OptionsFrame.lua @@ -522,8 +522,8 @@ function OptionsPrivate.CreateFrame() local awesomeWotlkButton if not WeakAuras.IsAwesomeEnabled() then - awesomeWotlkButton = addFooter("Awesome WotLK", [[Interface\AddOns\WeakAuras\Media\Textures\GitHub.tga]], "https://github.com/FrostAtom/awesome_wotlk/releases", - L["Unlock nameplate anchoring & units in WeakAuras with the Awesome WotLK client patch"]) + awesomeWotlkButton = addFooter("Awesome WotLK", [[Interface\AddOns\WeakAuras\Media\Textures\GitHub.tga]], "https://github.com/NoM0Re/awesome_wotlk/releases", + L["Unlock nameplate anchoring & units and Text-to-speech in WeakAuras with the Awesome WotLK client patch."]) awesomeWotlkButton:SetParent(tipFrame) awesomeWotlkButton:SetPoint("LEFT", changelogButton or thanksButton, "RIGHT", footerSpacing, 0) end