From 0a5abba9cfa6af9644d8d65a91b8829e5d9933a6 Mon Sep 17 00:00:00 2001 From: ackis Date: Sun, 16 Nov 2008 02:24:15 +0000 Subject: [PATCH] Minor localization update --- ARLConfig.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ARLConfig.lua b/ARLConfig.lua index 2215038..d1ffbf8 100644 --- a/ARLConfig.lua +++ b/ARLConfig.lua @@ -914,8 +914,8 @@ local function giveFilter() ExplorersLeague = { order = 28, type = "toggle", - name = BFAC["Explorer's League"], - desc = format(L["SPECIFIC_REP_DESC"],BFAC["Explorer's League"]), + name = BFAC["Explorers' League"], + desc = format(L["SPECIFIC_REP_DESC"],BFAC["Explorers' League"]), get = function() return addon.db.profile.filters.rep.explorersleague end, set = function() addon.db.profile.filters.rep.explorersleague = not addon.db.profile.filters.rep.explorersleague end, }, -- 1.7.9.5