From 61f71810b99e360f55615db8497b5795ca824949 Mon Sep 17 00:00:00 2001 From: dridzt Date: Sun, 16 Nov 2008 11:28:26 +0000 Subject: [PATCH] - faction typo fix: "Explorer's League" -> "Explorers' League" --- ARLFrame.lua | 4 ++-- AckisRecipeList.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 06a63e2..7db3237 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -3956,8 +3956,8 @@ function addon:CreateFrame( ARL_RepSunreaversCBText:SetFont(narrowFont, 11) local ARL_RepExplorersLeagueCB = CreateFrame("CheckButton", "ARL_RepExplorersLeagueCB", addon.Fly_Rep_LK, "UICheckButtonTemplate") addon:GenericMakeCB(ARL_RepExplorersLeagueCB, addon.Fly_Rep_LK, - string.format(L["SPECIFIC_REP_DESC"], BFAC["Explorer's League"]), 79, 11, 1, 0) - ARL_RepExplorersLeagueCBText:SetText(BFAC["Explorer's League"]) + string.format(L["SPECIFIC_REP_DESC"], BFAC["Explorers' League"]), 79, 11, 1, 0) + ARL_RepExplorersLeagueCBText:SetText(BFAC["Explorers' League"]) ARL_RepExplorersLeagueCBText:SetFont(narrowFont, 11) local ARL_RepValianceCB = CreateFrame("CheckButton", "ARL_RepValianceCB", addon.Fly_Rep_LK, "UICheckButtonTemplate") addon:GenericMakeCB(ARL_RepValianceCB, addon.Fly_Rep_LK, diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 9a607d1..45e657e 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -1201,7 +1201,7 @@ function addon:PopulateRepFilters(RepTable) RepTable[BFAC["The Wyrmrest Accord"]] = repfilters.wyrmrest RepTable[BFAC["The Silver Covenant"]] = repfilters.silvercovenant RepTable[BFAC["The Sunreavers"]] = repfilters.sunreavers - RepTable[BFAC["Explorer's League"]] = repfilters.explorersleague + RepTable[BFAC["Explorers' League"]] = repfilters.explorersleague RepTable[BFAC["Valiance Expedition"]] = repfilters.valiance RepTable[BFAC["The Hand of Vengeance"]] = repfilters.handofvengeance RepTable[BFAC["The Taunka"]] = repfilters.taunka -- 1.7.9.5