Added contact info to help function
Kevin Lyles [08-28-10 - 20:55]
Added contact info to help function
diff --git a/Locales/enUS/base.lua b/Locales/enUS/base.lua
index c9900b4..9666eea 100644
--- a/Locales/enUS/base.lua
+++ b/Locales/enUS/base.lua
@@ -14,6 +14,7 @@ L["HELP_TEXT_CONFIG"] = " config opens the main configuration window"
L["HELP_TEXT_WEIGHTS"] = " weights opens the weights configuration window"
L["HELP_TEXT_VERSION"] = " version displays version information"
L["HELP_TEXT_HELP"] = " help displays this message"
+L["HELP_TEXT_BUGS"] = " Please report bugs at wowinterface.com or WeightsWatcher@gmail.com"
L["config"] = "config"
L["version"] = "version"
L["weights"] = "weights"
diff --git a/config.lua b/config.lua
index a1ebe03..af1a75f 100644
--- a/config.lua
+++ b/config.lua
@@ -7,6 +7,7 @@ local function printHelp()
print(L["HELP_TEXT_WEIGHTS"])
print(L["HELP_TEXT_VERSION"])
print(L["HELP_TEXT_HELP"])
+ print(L["HELP_TEXT_BUGS"])
end
function ww_commandHandler(msg)