From 964bb51d9bce88a7ede2432eb58d3e53b1fcc948 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 30 Nov 2010 04:07:20 -0500 Subject: [PATCH] Fixed a typo of one of the factions in Cataclysm --- Interface/FilterMenus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interface/FilterMenus.lua b/Interface/FilterMenus.lua index f16a7f3..66ca241 100644 --- a/Interface/FilterMenus.lua +++ b/Interface/FilterMenus.lua @@ -960,7 +960,7 @@ function private.InitializeFilterPanel() ["catacommon1"] = { tt = ReputationDesc(Wildhammer_Dragonmaw), text = Wildhammer_Dragonmaw, row = 2, col = 1 }, ["catacommon2"] = { tt = ReputationDesc(Tol_Barad), text = Tol_Barad, row = 3, col = 1 }, ["guardiansofhyjal"] = { tt = ReputationDesc(BFAC["Guardians of Hyjal"]), text = DisabledText(BFAC["Guardians of Hyjal"]), row = 4, col = 1 }, - ["ramkahen"] = { tt = ReputationDesc(BFAC["Ramkahen"]), text = BFAC["Ramhaken"], row = 5, col = 1 }, + ["ramkahen"] = { tt = ReputationDesc(BFAC["Ramkahen"]), text = BFAC["Ramkahen"], row = 5, col = 1 }, ["earthenring"] = { tt = ReputationDesc(BFAC["The Earthen Ring"]), text = BFAC["The Earthen Ring"], row = 6, col = 1 }, ["therazane"] = { tt = ReputationDesc(BFAC["Therazane"]), text = BFAC["Therazane"], row = 7, col = 1 }, } -- 1.7.9.5