Re-organized some state options and extended description of the ActionBar Paging option

This commit is contained in:
Hendrik Leppkes
2008-09-28 18:07:11 +02:00
parent 5c60ec29f2
commit ddb810fb1b
10 changed files with 21 additions and 22 deletions
+3 -4
View File
@@ -102,10 +102,11 @@ function module:GetStateOptionsTable()
actionbar = {
order = 5,
type = "toggle",
name = L["ActionBar Switching"],
desc = L["Enable Bar Switching based on the actionbar controls provided by the game."],
name = L["ActionBar Paging"],
desc = L["Enable Bar Switching based on the actionbar controls provided by the game. \nSee Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6."],
get = optGetter,
set = optSetter,
width = "full",
},
possess = {
order = 5,
@@ -114,7 +115,6 @@ function module:GetStateOptionsTable()
desc = L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"],
get = optGetter,
set = optSetter,
width = "half",
},
autoassist = {
order = 6,
@@ -123,7 +123,6 @@ function module:GetStateOptionsTable()
desc = L["Enable Auto-Assist for this bar.\n Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell."],
get = optGetter,
set = optSetter,
width = "half",
},
def_desc = {
order = 10,