Whatever
Darthpred [02-23-13 - 15:46]
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'],
},