comparison ui/SummaryTab.lua @ 49:90175bdc50e6 v17

fixed some localization issues and added new german translation
author yellowfive
date Sun, 09 Nov 2014 11:48:18 -0800
parents 44c285acfff0
children
comparison
equal deleted inserted replaced
48:7056a71acab3 49:90175bdc50e6
168 tab.enchantCount:Hide() 168 tab.enchantCount:Hide()
169 169
170 tab.instructions = tab:CreateFontString(nil, "ARTWORK", "GameFontWhite") 170 tab.instructions = tab:CreateFontString(nil, "ARTWORK", "GameFontWhite")
171 tab.instructions:SetPoint("TOPLEFT", tab.enchantCount, "BOTTOMLEFT", 0, -15) 171 tab.instructions:SetPoint("TOPLEFT", tab.enchantCount, "BOTTOMLEFT", 0, -15)
172 tab.instructions:SetText(L.AMR_SUMMARYTAB_VIEW_TABS) 172 tab.instructions:SetText(L.AMR_SUMMARYTAB_VIEW_TABS)
173 tab.instructions:SetPoint("RIGHT", -20, 0)
174 tab.instructions:SetWidth(tab.instructions:GetWidth())
175 tab.instructions:SetWordWrap(true)
176 tab.instructions:SetJustifyH("LEFT")
173 tab.instructions:Hide() 177 tab.instructions:Hide()
174 178
175 return tab 179 return tab
176 end 180 end
177 181