tweak one translation to be accessible by the babelfish script

This commit is contained in:
Hendrik Leppkes
2008-06-19 07:35:04 +00:00
parent f0a2eded4f
commit 4b0ffa8fed
9 changed files with 17 additions and 10 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 L["Bar "]..id or L[id.." Bar"])
overlay.Text:SetText((tonumber(id) and L["Bar %s"] or L["%s Bar"]):format(id))
overlay.Text:Show()
overlay.Text:ClearAllPoints()
overlay.Text:SetPoint("CENTER", overlay, "CENTER")