Skip to content

Commit

Permalink
Fix #154986. Update clear outputs action name
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Dec 6, 2022
1 parent dd830ee commit ad0b01c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ registerAction2(class ClearAllCellOutputsAction extends NotebookAction {
constructor() {
super({
id: CLEAR_ALL_CELLS_OUTPUTS_COMMAND_ID,
title: localize('clearAllCellsOutputs', 'Clear Outputs of All Cells'),
title: localize('clearAllCellsOutputs', 'Clear All Outputs'),
precondition: NOTEBOOK_HAS_OUTPUTS,
menu: [
{
Expand Down

0 comments on commit ad0b01c

Please sign in to comment.