diff --git a/common/content/about.xul b/common/content/about.xul
index 353a2eea..433402c8 100644
--- a/common/content/about.xul
+++ b/common/content/about.xul
@@ -22,9 +22,7 @@ by Kris Maglione, Doug Kearns, et al.
type :q<Enter> to exit
type :help<Enter> or <F1> for on-line help
type :help faq<Enter> for the FAQ page
-
+type :help versions<Enter> for version info
diff --git a/common/content/dactyl.js b/common/content/dactyl.js
index 332f5672..6293114c 100644
--- a/common/content/dactyl.js
+++ b/common/content/dactyl.js
@@ -708,13 +708,14 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
unescape(encodeURI( // UTF-8 handling hack.
- Versions
+ {config.appName} Versions
{rec(NEWS, 0)}
.toXMLString()))
]
}
+ addTags("versions", util.httpGet("dactyl://help/versions").responseXML);
default xml namespace = NS;