Bartender4:
Fixed missing locals
This commit is contained in:
@@ -90,7 +90,7 @@ function Bartender4.Bar:Create(id, config)
|
||||
overlay:SetBackdropBorderColor(0.5, 0.5, 0, 0)
|
||||
overlay.Text = overlay:CreateFontString(nil, "ARTWORK")
|
||||
overlay.Text:SetFontObject(GameFontNormal)
|
||||
overlay.Text:SetText(tonumber(id) and "Bar "..id or id.." Bar")
|
||||
overlay.Text:SetText(tonumber(id) and L["Bar "]..id or L[id.." Bar"])
|
||||
overlay.Text:Show()
|
||||
overlay.Text:ClearAllPoints()
|
||||
overlay.Text:SetPoint("CENTER", overlay, "CENTER")
|
||||
|
||||
Reference in New Issue
Block a user