diff options
| author | Stephen Blott | 2014-08-31 15:54:47 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2014-08-31 15:54:47 +0100 | 
| commit | 21d804a876a20a375efb39c0a0b6bb2404608a6d (patch) | |
| tree | ae5474d6bde7bacd19e254bdd7bef9b1ba151101 /background_scripts/commands.coffee | |
| parent | 3e393b2143ca82796a923b5fe050eb688d1b85a6 (diff) | |
| download | vimium-21d804a876a20a375efb39c0a0b6bb2404608a6d.tar.bz2 | |
closeTabsToLeft/Right -> closeTabsOnLeft/Right.
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 4b3130c8..fe063066 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -255,8 +255,8 @@ commandDescriptions =    moveTabToNewWindow: ["Move tab to new window", { background: true }]    togglePinTab: ["Pin/unpin current tab", { background: true }] -  closeTabsToLeft: ["Close tabs on the left", {background: true, noRepeat: true}] -  closeTabsToRight: ["Close tabs on the right", {background: true, noRepeat: true}] +  closeTabsOnLeft: ["Close tabs on the left", {background: true, noRepeat: true}] +  closeTabsOnRight: ["Close tabs on the right", {background: true, noRepeat: true}]    closeOtherTabs: ["Close all other tabs", {background: true, noRepeat: true}]    moveTabLeft: ["Move tab to the left", { background: true, passCountToFunction: true }] | 
