View Single Post
10-26-19, 09:29 PM   #3
Voopie
A Murloc Raider
 
Voopie's Avatar
Join Date: Sep 2018
Posts: 4
I use the following:

Lua Code:
  1. <Bindings>
  2.     <Binding name="CLICK SECUREACTIONBUTTON_NAME:LeftButton" header="XXX">
  3.         -- Empty
  4.     </Binding>
  5. </Bindings>

And localization:

Lua Code:
  1. _G["BINDING_NAME_CLICK SECUREACTIONBUTTON_NAME:LeftButton"] = "SOMETHING";
  Reply With Quote