Explain point field a bit better
Scott Sibley [09-10-10 - 13:40]
Explain point field a bit better
diff --git a/Modules/Bars.lua b/Modules/Bars.lua
index 2a4c50c..2ea42be 100644
--- a/Modules/Bars.lua
+++ b/Modules/Bars.lua
@@ -298,7 +298,7 @@ function mod:RebuildOpts()
},
points = {
name = "Anchor Points",
- desc = "This bar's anchor point",
+ desc = "This bar's anchor point. These arguments are passed to bar:SetPoint()",
type = "input",
get = function() return db.point end,
set = function(info, v) db.point = v end,