Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21d804a

Browse files
closeTabsToLeft/Right -> closeTabsOnLeft/Right.
1 parent 3e393b2 commit 21d804a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

background_scripts/commands.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ commandDescriptions =
255255
moveTabToNewWindow: ["Move tab to new window", { background: true }]
256256
togglePinTab: ["Pin/unpin current tab", { background: true }]
257257

258-
closeTabsToLeft: ["Close tabs on the left", {background: true, noRepeat: true}]
259-
closeTabsToRight: ["Close tabs on the right", {background: true, noRepeat: true}]
258+
closeTabsOnLeft: ["Close tabs on the left", {background: true, noRepeat: true}]
259+
closeTabsOnRight: ["Close tabs on the right", {background: true, noRepeat: true}]
260260
closeOtherTabs: ["Close all other tabs", {background: true, noRepeat: true}]
261261

262262
moveTabLeft: ["Move tab to the left", { background: true, passCountToFunction: true }]

0 commit comments

Comments
 (0)