Quantcast

Changed text for the world events entry in private.acquire_strings from _G.EVENTS_LABEL to _G.GetCategoryInfo(155) to be consistent.

James D. Callahan III [03-23-10 - 06:26]
Changed text for the world events entry in private.acquire_strings from _G.EVENTS_LABEL to _G.GetCategoryInfo(155) to be consistent.
Filename
Constants.lua
diff --git a/Constants.lua b/Constants.lua
index 33ec543..299f8c5 100644
--- a/Constants.lua
+++ b/Constants.lua
@@ -163,7 +163,7 @@ private.acquire_names = {
 	[2]	= L["Vendor"],
 	[3]	= L["Mob Drop"],
 	[4]	= L["Quest"],
-	[5]	= _G.EVENTS_LABEL,
+	[5]	= _G.GetCategoryInfo(155),
 	[6]	= _G.REPUTATION,
 	[7]	= L["World Drop"],
 	[8]	= _G.MISCELLANEOUS,