diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 0b4c5d38..ae0f2d76 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1939,7 +1939,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { }); commands.add(["res[tart]"], - "Force " + config.appName + " to restart", + "Force " + config.host + " to restart", function () { dactyl.restart(); }, { argCount: "0" });