Mercurial > wow > askmrrobot
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 48:7056a71acab3 | 49:90175bdc50e6 |
|---|---|
| 50 | 50 |
| 51 text = CreateText(tab, "GameFontWhite", text, 0, -10, L.AMR_EXPORTTAB_COPY_PASTE_EXPORT_NOTE) | 51 text = CreateText(tab, "GameFontWhite", text, 0, -10, L.AMR_EXPORTTAB_COPY_PASTE_EXPORT_NOTE) |
| 52 | 52 |
| 53 btn = CreateFrame("Button", "AmrUpdateExportString", tab, "UIPanelButtonTemplate") | 53 btn = CreateFrame("Button", "AmrUpdateExportString", tab, "UIPanelButtonTemplate") |
| 54 btn:SetPoint("TOPLEFT", text, "BOTTOMLEFT", -2, -10) | 54 btn:SetPoint("TOPLEFT", text, "BOTTOMLEFT", -2, -10) |
| 55 btn:SetText("Update") | 55 btn:SetText(L.AMR_EXPORTTAB_UPDATE) |
| 56 btn:SetWidth(110) | 56 btn:SetWidth(110) |
| 57 btn:SetHeight(30) | 57 btn:SetHeight(30) |
| 58 | 58 |
| 59 btn:SetScript("OnClick", function() | 59 btn:SetScript("OnClick", function() |
| 60 tab:Update() | 60 tab:Update() |
