diff ui/CombatLogTab.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 0e78d6424532
children 6f1bb8fcf64d
line wrap: on
line diff
--- a/ui/CombatLogTab.lua	Sun Nov 02 11:56:55 2014 -0800
+++ b/ui/CombatLogTab.lua	Sun Nov 09 11:48:18 2014 -0800
@@ -56,7 +56,7 @@
 	-- tab header
 	local text = tab:CreateFontString(nil, "ARTWORK", "GameFontNormalLarge")
 	text:SetPoint("TOPLEFT", 0, -5)
-	text:SetText("Combat Logging")
+	text:SetText(L.AMR_COMBATLOGTAB_COMBAT_LOGGING)
 
 	--scrollframe 
 	tab.scrollframe = AskMrRobot.ScrollFrame:new(nil, tab)