diff 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
line wrap: on
line diff
--- a/ui/SummaryTab.lua	Sun Nov 02 11:56:55 2014 -0800
+++ b/ui/SummaryTab.lua	Sun Nov 09 11:48:18 2014 -0800
@@ -170,6 +170,10 @@
 	tab.instructions = tab:CreateFontString(nil, "ARTWORK", "GameFontWhite")
 	tab.instructions:SetPoint("TOPLEFT", tab.enchantCount, "BOTTOMLEFT", 0, -15)
 	tab.instructions:SetText(L.AMR_SUMMARYTAB_VIEW_TABS)
+	tab.instructions:SetPoint("RIGHT", -20, 0)
+	tab.instructions:SetWidth(tab.instructions:GetWidth())
+	tab.instructions:SetWordWrap(true)
+	tab.instructions:SetJustifyH("LEFT")
 	tab.instructions:Hide()
 
 	return tab