diff ui/ExportTab.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 e77e01abce98
children
line wrap: on
line diff
--- a/ui/ExportTab.lua	Sun Nov 02 11:56:55 2014 -0800
+++ b/ui/ExportTab.lua	Sun Nov 09 11:48:18 2014 -0800
@@ -52,7 +52,7 @@
     
     btn = CreateFrame("Button", "AmrUpdateExportString", tab, "UIPanelButtonTemplate")
 	btn:SetPoint("TOPLEFT", text, "BOTTOMLEFT", -2, -10)
-	btn:SetText("Update")
+	btn:SetText(L.AMR_EXPORTTAB_UPDATE)
 	btn:SetWidth(110)
 	btn:SetHeight(30)