diff options
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 0573b9c1..218753b2 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -386,7 +386,7 @@ commandDescriptions =    restoreTab: ["Restore closed tab", { background: true, repeatLimit: 20 }]    moveTabToNewWindow: ["Move tab to new window", { background: true }] -  togglePinTab: ["Pin or unpin current tab", { background: true, noRepeat: true }] +  togglePinTab: ["Pin or unpin current tab", { background: true }]    toggleMuteTab: ["Mute or unmute current tab", { background: true, noRepeat: true }]    closeTabsOnLeft: ["Close tabs on the left", {background: true, noRepeat: true}] | 
