From 2077edccfac6ba2c35036b3564723251ef6bc18a Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Fri, 7 Dec 2012 20:49:26 -0600 Subject: [PATCH] Fix reputation changes Factions that have a colon in their name Factions that you have a grand commendation for --- Locales/enUS/base.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Locales/enUS/base.lua b/Locales/enUS/base.lua index f47ed66..fca732e 100644 --- a/Locales/enUS/base.lua +++ b/Locales/enUS/base.lua @@ -154,7 +154,7 @@ L["Gem"] = "Gem" L["Consumable"] = "Consumable" L["Recipe"] = "Recipe" L["PROF_SKILL_UP"] = "^Your skill in ([A-Z][A-Za-z '-]+) has increased to (%d+)%.$" -L["REP_CHANGE"] = "^Reputation with ([A-Z][A-Za-z '-]+) ([di][en]creased) by (%d+)%.$" +L["REP_CHANGE"] = "^Reputation with ([A-Z][A-Za-z ':-]+) ([di][en]creased) by (%d+)%." L["increased"] = "increased" -- weights.lua -- 1.7.9.5