1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:58:00 +01:00

Fix the :restart doc string.

This commit is contained in:
Štěpán Němec
2011-08-11 23:22:56 +02:00
parent c4a40df0b7
commit 0bcba9fb23

View File

@@ -1939,7 +1939,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
}); });
commands.add(["res[tart]"], commands.add(["res[tart]"],
"Force " + config.appName + " to restart", "Force " + config.host + " to restart",
function () { dactyl.restart(); }, function () { dactyl.restart(); },
{ argCount: "0" }); { argCount: "0" });