update links. Increment version

This commit is contained in:
Andrew6810
2022-10-30 19:40:17 -07:00
parent 8ad40722a0
commit b12d2a3fc5
13 changed files with 38 additions and 38 deletions
+4 -4
View File
@@ -44,13 +44,13 @@ E.PopupDialogs.ELVUI_UPDATED_WHILE_RUNNING = {
}
E.PopupDialogs.ELVUI_UPDATE_AVAILABLE = {
text = L["ElvUI is five or more revisions out of date. You can download the newest version from https://github.com/BanditTech/ElvUI-Ascension"],
text = L["ElvUI is five or more revisions out of date. You can download the newest version from the Ascension Launcher, or https://github.com/Ascension-Addons/ElvUI"],
hasEditBox = 1,
OnShow = function(self)
self.editBox:SetAutoFocus(false)
self.editBox.width = self.editBox:GetWidth()
self.editBox:Width(220)
self.editBox:SetText("https://github.com/BanditTech/ElvUI-Ascension")
self.editBox:SetText("https://github.com/Ascension-Addons/ElvUI")
self.editBox:HighlightText()
ChatEdit_FocusActiveWindow()
end,
@@ -70,8 +70,8 @@ E.PopupDialogs.ELVUI_UPDATE_AVAILABLE = {
self:GetParent():Hide()
end,
EditBoxOnTextChanged = function(self)
if self:GetText() ~= "https://github.com/BanditTech/ElvUI-Ascension" then
self:SetText("https://github.com/BanditTech/ElvUI-Ascension")
if self:GetText() ~= "https://github.com/Ascension-Addons/ElvUI" then
self:SetText("https://github.com/Ascension-Addons/ElvUI")
end
self:HighlightText()
self:ClearFocus()