update bag locale

This commit is contained in:
Crum
2018-08-06 23:46:45 -05:00
parent a86563e839
commit f85410145b
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1088,7 +1088,7 @@ function B:ContructContainerFrame(name, isBank)
f.vendorGraysButton:GetPushedTexture():SetTexCoord(unpack(E.TexCoords))
E:SetInside(f.vendorGraysButton:GetPushedTexture())
E:StyleButton(f.vendorGraysButton, nil, true)
f.vendorGraysButton.ttText = L["Vendor Grays"]
f.vendorGraysButton.ttText = L["Vendor / Delete Grays"]
f.vendorGraysButton:SetScript("OnEnter", self.Tooltip_Show)
f.vendorGraysButton:SetScript("OnLeave", self.Tooltip_Hide)
f.vendorGraysButton:SetScript("OnClick", B.VendorGrayCheck)