Skip to content

Commit

Permalink
Merge pull request #6485 from cquah/issue-6482
Browse files Browse the repository at this point in the history
Rename 'Close Other Tabs' command item to 'Close All Other Tabs'.
  • Loading branch information
blink1073 committed Jun 6, 2019
2 parents f8be765 + fd73b7b commit b1f6568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/application-extension/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ function addCommands(app: JupyterLab, palette: ICommandPalette): void {
palette.addItem({ command: CommandIDs.closeAll, category });

commands.addCommand(CommandIDs.closeOtherTabs, {
label: () => `Close Other Tabs`,
label: () => `Close All Other Tabs`,
isEnabled: () => {
// Ensure there are at least two widgets.
const iterator = shell.widgets('main');
Expand Down

0 comments on commit b1f6568

Please sign in to comment.