From 4a40f11bd7e4b2592b0eb5cdf48b85d0c7a5eba8 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sun, 17 Oct 2010 14:29:47 +0100 Subject: [PATCH] Some comment and text updates --- Clique.lua | 2 +- Localization.enUS.lua | 2 +- OptionsPanel.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Clique.lua b/Clique.lua index a41a3b1..da03c9d 100755 --- a/Clique.lua +++ b/Clique.lua @@ -180,7 +180,7 @@ end addon.regqueue = {} addon.unregqueue = {} --- these function may be called during combat. When that is the case, the +-- These function may be called during combat. When that is the case, the -- request must be queued until combat ends, and then we can attempt to -- register those frames. This is mainly due to integration with the -- Blizzard raid frames, which we cannot 'register' while in combat. diff --git a/Localization.enUS.lua b/Localization.enUS.lua index 778b992..f820b02 100644 --- a/Localization.enUS.lua +++ b/Localization.enUS.lua @@ -88,7 +88,7 @@ local baseLocale = { ["This binding is DISABLED"] = "This binding is DISABLED", ["This binding is invalid, please delete"] = "This binding is invalid, please delete", ["This panel allows you to blacklist certain frames from being included for Clique bindings. Any frames that are selected in this list will not be registered, although you may have to reload your user interface to have them return to their original bindings."] = "This panel allows you to blacklist certain frames from being included for Clique bindings. Any frames that are selected in this list will not be registered, although you may have to reload your user interface to have them return to their original bindings.", - ["Trigger bindings on the 'down' portion of the click (requires reload)"] = "Trigger bindings on the 'down' portion of the click (requires reload)", + ["Trigger bindings on the 'down' portion of the click (only works on some frames)"] = "Trigger bindings on the 'down' portion of the click (only works on some frames)", ["Unknown"] = "Unknown", ["Unknown binding type '%s'"] = "Unknown binding type '%s'", ["When both the Clique binding configuration window and the spellbook are open, you can set new bindings simply by performing them on the spell icon in your spellbook. Simply move your mouse over a spell and then click or press a key on your keyboard along with any combination of the alt, control, and shift keys. The new binding will be added to your binding configuration."] = "When both the Clique binding configuration window and the spellbook are open, you can set new bindings simply by performing them on the spell icon in your spellbook. Simply move your mouse over a spell and then click or press a key on your keyboard along with any combination of the alt, control, and shift keys. The new binding will be added to your binding configuration.", diff --git a/OptionsPanel.lua b/OptionsPanel.lua index 1420eda..afc7648 100644 --- a/OptionsPanel.lua +++ b/OptionsPanel.lua @@ -51,7 +51,7 @@ function panel:CreateOptions() local bits = {} self.updown = make_checkbox("CliqueOptionsUpDownClick", self) - self.updown.text:SetText(L["Trigger bindings on the 'down' portion of the click (requires reload)"]) + self.updown.text:SetText(L["Trigger bindings on the 'down' portion of the click (only works on some frames)"]) self.fastooc = make_checkbox("CliqueOptionsFastOoc", self) self.fastooc.text:SetText(L["Disable out of combat clicks when party members enter combat"]) -- 1.7.9.5