Quantcast

Sometimes I typo when I dry-code... who would've thought?

ackis [05-13-09 - 19:47]
Sometimes I typo when I dry-code... who would've thought?
Filename
ARLConfig.lua
diff --git a/ARLConfig.lua b/ARLConfig.lua
index 03084ba..12c06e1 100644
--- a/ARLConfig.lua
+++ b/ARLConfig.lua
@@ -202,7 +202,7 @@ local function giveFilter()
 						originalwow = {
 							order	= 20,
 							type	= "toggle",
-							name	= L["Old Word"],
+							name	= L["Old World"],
 							desc	= L["ORIGINAL_WOW_DESC"],
 							get		= function() return addon.db.profile.filters.general.originalwow end,
 							set		= function() addon.db.profile.filters.general.originalwow = not addon.db.profile.filters.general.originalwow end,