From 1a5b2feaf86b6e7aee808fcd46eabdd705f2e5f0 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 23 Feb 2013 19:46:57 +0400 Subject: [PATCH] Whatever --- ElvUI_SLE/modules/minimap/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/minimap/options.lua b/ElvUI_SLE/modules/minimap/options.lua index 500fd1e..d15ee1a 100644 --- a/ElvUI_SLE/modules/minimap/options.lua +++ b/ElvUI_SLE/modules/minimap/options.lua @@ -77,7 +77,7 @@ local function configTable() get = function(info) return E.db.sle.minimap.buttons.anchor end, set = function(info, value) E.db.sle.minimap.buttons.anchor = value; E:GetModule('SquareMinimapButtons'):UpdateLayout() end, values = { - ['NOANCHOR'] = L['Minimap'], + ['NOANCHOR'] = MINIMAP_LABEL, ['HORIZONTAL'] = L['Horizontal Bar'], ['VERTICAL'] = L['Vertical Bar'], }, -- 1.7.9.5