Quantcast

- faction typo fix: "Explorer's League" -> "Explorers' League"

dridzt [11-16-08 - 11:28]
- faction typo fix: "Explorer's League" -> "Explorers' League"
Filename
ARLFrame.lua
AckisRecipeList.lua
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