From 9e6d9647ea632011b0a58e327364f67b276fe026 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 8 Jan 2014 19:59:36 +0100 Subject: [PATCH] choise to choice --- _LazyPig/LazyPigKeybindsFrame.lua | 8 ++++---- _LazyPig/LazyPigMenu.lua | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_LazyPig/LazyPigKeybindsFrame.lua b/_LazyPig/LazyPigKeybindsFrame.lua index a8cfb48..83af9f1 100644 --- a/_LazyPig/LazyPigKeybindsFrame.lua +++ b/_LazyPig/LazyPigKeybindsFrame.lua @@ -9,10 +9,10 @@ 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"] = { @@ -20,8 +20,8 @@ local FontstringTables = { [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", "" }, }, } diff --git a/_LazyPig/LazyPigMenu.lua b/_LazyPig/LazyPigMenu.lua index 3a82cfc..50d1b39 100644 --- a/_LazyPig/LazyPigMenu.lua +++ b/_LazyPig/LazyPigMenu.lua @@ -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 " }, @@ -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?" } }, } @@ -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