1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-03 19:55:46 +01:00

Fix :extupdate name.

"extuupdate" -> "extupdate"
This commit is contained in:
Doug Kearns
2010-10-09 22:50:50 +11:00
parent 64a50b8cfc
commit a1d855a478

View File

@@ -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,