cleanup locales

This commit is contained in:
Crum
2018-06-11 22:55:46 -05:00
parent cce774b837
commit 800485a072
26 changed files with 16 additions and 116 deletions
+4 -4
View File
@@ -148,7 +148,7 @@ E.Options.args.maps = {
values = {
["MOUSEOVER"] = L["Minimap Mouseover"],
["SHOW"] = L["Always Display"],
["HIDE"] = L["Hide"]
["HIDE"] = HIDE
},
disabled = function() return not E.private.general.minimap.enable; end
},
@@ -176,7 +176,7 @@ E.Options.args.maps = {
set = function(info, value) E.db.general.minimap.locationFontOutline = value; MM:Update_ZoneText(); end,
disabled = function() return not E.private.general.minimap.enable; end,
values = {
["NONE"] = L["None"],
["NONE"] = NONE,
["OUTLINE"] = "OUTLINE",
["MONOCHROMEOUTLINE"] = "MONOCROMEOUTLINE",
["THICKOUTLINE"] = "THICKOUTLINE"
@@ -223,7 +223,7 @@ E.Options.args.maps = {
hideCalendar = {
order = 1,
type = "toggle",
name = L["Hide"],
name = HIDE,
get = function(info) return E.private.general.minimap.hideCalendar; end,
set = function(info, value) E.private.general.minimap.hideCalendar = value; MM:UpdateSettings(); end,
width = "full"
@@ -450,7 +450,7 @@ E.Options.args.maps = {
hide = {
order = 1,
type = "toggle",
name = L["Hide"]
name = HIDE
},
spacer = {
order = 2,