Skip to content

Commit

Permalink
choise to choice
Browse files Browse the repository at this point in the history
  • Loading branch information
satan666 committed Jan 8, 2014
1 parent 65dd558 commit 9e6d964
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions _LazyPig/LazyPigKeybindsFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ local FontstringTables = {
["Special Key-Combination Bindings"] = {
[0] = "LazyPigSKCB",
[1] = { "LazyPig_kbfs010", "Follow:", "CTRL-SHIFT" },
[2] = { "LazyPig_kbfs011", "Inspect/Bid Auction:", "ALT-SHIFT" },
[2] = { "LazyPig_kbfs011", "Inspect Player/Bid Auction:", "ALT-SHIFT" },
[3] = { "LazyPig_kbfs012", "Send Mail/Create Auction:", "CTRL-ALT" },
[4] = { "LazyPig_kbfs013", "Confirm Popup/Buy Auction:", "CTRL-ALT" },
[5] = { "LazyPig_kbfs014", "Initiate/Accept Trade:", "CTRL-ALT" },
[5] = { "LazyPig_kbfs014", "Initiate-Accept Trade:", "CTRL-ALT" },
},

["Configurable Key Bindings"] = {
[0] = "LazyPigCKB",
[1] = { "LazyPig_kbfs020", "Logout:", "" },
[2] = { "LazyPig_kbfs021", "Unstuck", "" },
[3] = { "LazyPig_kbfs022", "Reload UI:", "" },
[4] = { "LazyPig_kbfs023", "Target WSG EnemyFlagCarrier", "" },
[5] = { "LazyPig_kbfs024", "Drop WSG Flag", "" },
[4] = { "LazyPig_kbfs023", "Target WSG EFC/Duel Request-Cancel", "" },
[5] = { "LazyPig_kbfs024", "Drop WSG Flag/Remove Slow Fall Buff", "" },
},
}

Expand Down
10 changes: 5 additions & 5 deletions _LazyPig/LazyPigMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ local CheckBoxTables = {
[3] = { "LazyPigCheckbox32", "Strangers" }
},

["Single Choise Rules"] = {
[0] = "LazyPigCheckboxGroupSingleChoise",
["Single Choice Rules"] = {
[0] = "LazyPigCheckboxGroupSingleChoice",
[1] = { "LazyPigCheckbox90", "Summon Auto Accept", "If checked summons will be accepted before they expire" },
[2] = { "LazyPigCheckbox91", "Loot Window Auto Position", "Position the loot window under the mouse-cursor"},
[3] = { "LazyPigCheckbox92", "Improved Right Click", "Right Click to Drag and Drop Items into Mail, Trade, Auction Frames " },
Expand All @@ -58,10 +58,10 @@ local CheckBoxTables = {
[6] = { "LazyPigCheckbox95", "Special Key Combinations", "Activate the Special-Key-Combinations" },
[7] = { "LazyPigCheckbox96", "Duel Auto Decline (Shift to ByPass)" },
[8] = { "LazyPigCheckbox97", "Instance Resurrection Accept OOC", "Auto Accept Resurrection if OutOfCombat" },
[9] = { "LazyPigCheckbox98", "Gossip Auto Processing", "Skip Gossip-Windows-Choises from Innkeepers and FlyMasters" },
[9] = { "LazyPigCheckbox98", "Gossip Auto Processing", "Skip Gossip-Windows-Choices from Innkeepers and FlyMasters" },
[10] = { "LazyPigCheckbox99", "Character Auto-Save", "Use the .save command when....when?" },
[11] = { "LazyPigCheckbox100", "Auto Dismount", "Auto-Dismount when it's required by another action" },
[12] = { "LazyPigCheckbox101", "Chat Spam Filter" },
[12] = { "LazyPigCheckbox101", "Chat Spam Filter", "One minute ban for identical messages" },
[13] = { "LazyPigCheckbox102", "Block Battleground Quest Sharing", "Really? No more 'Stable' spam?" }
},
}
Expand Down Expand Up @@ -235,7 +235,7 @@ function LazyPig_CreateOptionsFrame()
local str = "Group Invite Accept Rules"
frame.cbgroup_groupinvite = CheckBoxGroup(frame, 250, -90, str, CheckBoxTables[str])

local str = "Single Choise Rules"
local str = "Single Choice Rules"
frame.cbgroup_singlechoise = CheckBoxGroup(frame, 250, -150, str, CheckBoxTables[str])

return frame
Expand Down

0 comments on commit 9e6d964

Please sign in to comment.