From a1d855a478aae0c4ba4a0acca84363499eda8d1e Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 9 Oct 2010 22:50:50 +1100 Subject: [PATCH] Fix :extupdate name. "extuupdate" -> "extupdate" --- 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 4e84dec2..8d708b26 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1518,7 +1518,7 @@ const Dactyl = Module("dactyl", { perm: "disable" }, { - name: "extu[update]", + name: "extu[pdate]", description: "Update an extension", actions: updateAddons, filter: function ({ item }) !item.userDisabled,