diff --git a/Modules/Clicks.lua b/Modules/Clicks.lua index c729c9e..c7cf671 100644 --- a/Modules/Clicks.lua +++ b/Modules/Clicks.lua @@ -145,7 +145,7 @@ function Clicks:SetupAttribute(button, key, mod, action, spell) end local buttons = { ["1"] = L["Left button"], ["2"] = L["Right button"], ["3"] = L["Middle button"], ["4"] = L["Button 4"], ["5"] = L["Button 5"] } -local modifiers = { [""] = L["None"], ["ctrl-"] = L["CTRL"], ["shift-"] = L["SHIFT"], ["alt-"] = L["ALT"] } +local modifiers = { [""] = L["None"], ["*"] = L["All"], ["ctrl-"] = L["CTRL"], ["shift-"] = L["SHIFT"], ["alt-"] = L["ALT"] } local clickValues = { ["macro"] = MACRO, ["target"] = TARGET, ["focus"] = FOCUS, ["spell"] = L["Cast Spell"], ["disabled"] = ADDON_DISABLED } local function SetupAttributeOption(i)