Bartender4:

Fixed missing locals
This commit is contained in:
cwdg
2008-06-18 22:45:58 +00:00
parent 6705db12b5
commit cf8b217a1c
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -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")