mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 05:25:47 +01:00
:extdel ≡ :extrm. DOS is dead. Long live Unix.
This commit is contained in:
@@ -113,7 +113,7 @@
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>:extde :extdelete</tags>
|
<tags>:extrm :extde :extdelete</tags>
|
||||||
<spec>:extde<oa>lete</oa> <a>extension</a></spec>
|
<spec>:extde<oa>lete</oa> <a>extension</a></spec>
|
||||||
<spec>:extde<oa>lete</oa>!</spec>
|
<spec>:extde<oa>lete</oa>!</spec>
|
||||||
<strut/>
|
<strut/>
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ var updateAddons = Class("UpgradeListener", AddonListener, {
|
|||||||
|
|
||||||
var actions = {
|
var actions = {
|
||||||
delete: {
|
delete: {
|
||||||
name: "extde[lete]",
|
name: ["extde[lete]", "extrm"],
|
||||||
description: "Uninstall an extension",
|
description: "Uninstall an extension",
|
||||||
action: callResult("uninstall"),
|
action: callResult("uninstall"),
|
||||||
perm: "uninstall"
|
perm: "uninstall"
|
||||||
|
|||||||
Reference in New Issue
Block a user