From 39cd9c527a77a708fffa3d355969d626f045b251 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sat, 3 May 2008 16:46:24 +0000 Subject: [PATCH] add simple FAQ --- Options.lua | 16 +++++++++++++++- embeds.xml | 2 +- locale/enUS.lua | 30 ++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 2 deletions(-) diff --git a/Options.lua b/Options.lua index f6c53f7..027e954 100644 --- a/Options.lua +++ b/Options.lua @@ -1,5 +1,7 @@ --[[ $Id$ ]] +local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4") + local AceConfigDialog = LibStub("AceConfigDialog-3.0") local getFunc, setFunc @@ -120,7 +122,19 @@ local function getOptions() set = function(info, value) Bartender4.db.profile.tooltip = value end, }, }, - } + }, + faq = { + name = "FAQ", + desc = "Frequently Asked Questions", + type = "group", + order = 200, + args = { + faq = { + type = "description", + name = L["FAQ_TEXT"], + }, + }, + }, }, } Bartender4.options.plugins.profiles = { profiles = LibStub("AceDBOptions-3.0"):GetOptionsTable(Bartender4.db) } diff --git a/embeds.xml b/embeds.xml index 9d47db7..779957e 100644 --- a/embeds.xml +++ b/embeds.xml @@ -10,4 +10,4 @@ - \ No newline at end of file + diff --git a/locale/enUS.lua b/locale/enUS.lua index 8257eee..4c20f30 100644 --- a/locale/enUS.lua +++ b/locale/enUS.lua @@ -1 +1,31 @@ --[[ $Id$ ]] +local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4","enUS",true) +if not L then return end + +L["FAQ_TEXT"] = [[ +|cffffd200 +I just installed Bartender4, but my keybindings do not show up on the buttons/do not work entirely. +|r +Bartender4 only converts the bindings of Bar1 to be directly usable, all other Bars will have to be re-bound to the Bartender4 keys. A direct indicator if your key-bindings are setup correctly is the hotkey display on the buttons. If the key-bindings shows correctly on your button, everything should work fine as well. + +|cffffd200 +How do I change the Bartender4 Keybindings then? +|r +Until some sort of quick-access menu is put in (Minimap/FuBar/etc.), you will have to use the |cffffff78/kb|r chat command to open the keyBound control. + +Once open, simply hover the button you want to bind, and press the key you want to be bound to that button. The keyBound tooltip and on-screen status will inform you about already existing bindings to that button, and the success of your binding attempt. + +|cffffd200 +I've found a bug! Where do I report it? +|r +You can report bugs or give suggestions at |cffffff78http://www.wowace.com/forums/index.php?topic=13258.0|r + +Alternatively, you can also find us on |cffffff78irc://irc.freenode.org/wowace|r + +When reporting a bug, make sure you include the |cffffff78steps on how to reproduce the bug|r, supply any |cffffff78error messages|r with stack traces if possible, give the |cffffff78revision number|r of Bartender4 the problem occured in and state whether you are using an |cffffff78English client or otherwise|r. + +|cffffd200 +Who wrote this cool addon? +|r +Bartender4 was written by Nevcairiel of EU-Antonidas, the author of Bartender3! +]]