Use locale for tooltips
This commit is contained in:
parent
b126eb2872
commit
8df8f83549
11 changed files with 32 additions and 5 deletions
|
|
@ -152,8 +152,8 @@ E.Options.args.bags = {
|
|||
deconstruct = {
|
||||
order = 16,
|
||||
type = "toggle",
|
||||
name = "Deconstruct Mode",
|
||||
desc = "Enable the Deconstruct Mode button for disenchanting, milling, prospecting, and unlocking items.",
|
||||
name = L["Deconstruct Mode"],
|
||||
desc = L["Deconstruct Mode Desc"],
|
||||
set = function(info, value) E.db.bags[info[#info]] = value E:StaticPopup_Show("PRIVATE_RL") end
|
||||
},
|
||||
unlearnedVanityIcon = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue