diff --git a/Locales/enUS.lua b/Locales/enUS.lua index 44714ce4..68524067 100644 --- a/Locales/enUS.lua +++ b/Locales/enUS.lua @@ -894,6 +894,7 @@ L["Low"] = true L["Low Health (0%)"] = true L["Lunar Power"] = true L["Mage"] = true +L["Maelstrom"] = true L["Magic"] = true L["Major defensive cooldowns like Divine Shield, Ice Block, or Barkskin."] = true L["Make icons click-through for external click-casting addons. Not needed for DF built-in click-casting."] = true diff --git a/Options/Options.lua b/Options/Options.lua index 9b62891e..9f85b9ec 100644 --- a/Options/Options.lua +++ b/Options/Options.lua @@ -3529,6 +3529,7 @@ function DF:SetupGUIPages(GUI, CreateCategory, CreateSubTab, BuildPage) { token = "FOCUS", name = L["Focus"] }, { token = "ENERGY", name = L["Energy"] }, { token = "RUNIC_POWER", name = L["Runic Power"] }, + { token = "MAELSTROM", name = L["Maelstrom"] }, { token = "INSANITY", name = L["Insanity"] }, { token = "FURY", name = L["Fury"] }, { token = "LUNAR_POWER", name = L["Lunar Power"] },