mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
cleanup SetFormattedText( -> SetText(format(
This commit is contained in:
@@ -120,7 +120,7 @@ function D:OnCommReceived(prefix, msg, dist, sender)
|
||||
OnAccept = function()
|
||||
self.statusBar:SetMinMaxValues(0, length)
|
||||
self.statusBar:SetValue(0)
|
||||
self.statusBar.text:SetFormattedText(L["Data From: %s"], sender)
|
||||
self.statusBar.text:SetText(format(L["Data From: %s"], sender))
|
||||
E:StaticPopupSpecial_Show(self.statusBar)
|
||||
self:SendCommMessage(REPLY_PREFIX, profile..":YES", dist, sender)
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user