From 09d8d6409a28ec6928e082f77026a90fdaf704a2 Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 6 Feb 2009 01:35:06 +0000 Subject: [PATCH] Fix another typo. --- ARLConfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.9.5