Quantcast

Fix another typo.

ackis [02-06-09 - 01:35]
Fix another typo.
Filename
ARLConfig.lua
diff --git a/ARLConfig.lua b/ARLConfig.lua
index 1621e46..49e0a48 100644
--- a/ARLConfig.lua
+++ b/ARLConfig.lua
@@ -1079,7 +1079,7 @@ local function fullOptions()
 							desc	= L["SCANBUTTONPOSITION_DESC"],
 							get		= function() return addon.db.profile.scanbuttonlocation end,
 							set		= function(info,name) addon.db.profile.scanbuttonlocation = name end,
-							values	= function() return {Right = L["Top Right"], Left = L["Top Left"], Right = L["Bottom Right"], Left = L["Bottom Left"]} end,
+							values	= function() return {TopRight = L["Top Right"], TopLeft = L["Top Left"], BottomRight = L["Bottom Right"], BottomLeft = L["Bottom Left"]} end,
 						},
 						uiscale = {
 							order	= 30,