aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2014-09-02 00:07:16 -0700
committerPhil Crosby2014-09-02 00:07:16 -0700
commita8b9197aa3b00488cf6ab97c260a1a2dd2e47141 (patch)
treee9e49a118347ff9cfbd038c3c0b3d391b84c2d1b
parent1685640ccabe265c9f182a0175d8ce823db35b4b (diff)
parent21d804a876a20a375efb39c0a0b6bb2404608a6d (diff)
downloadvimium-a8b9197aa3b00488cf6ab97c260a1a2dd2e47141.tar.bz2
Merge pull request #1151 from smblott-github/closeTabsOnLeft
Fix "Show available commands" link.
-rw-r--r--background_scripts/commands.coffee4
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 }]