From 0bcba9fb230abaa64bb74689285bafc448d95fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Thu, 11 Aug 2011 23:22:56 +0200 Subject: [PATCH] Fix the :restart doc string. --- common/content/dactyl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" });