Just "clear cell outputs", not "active cell outputs"

This commit is contained in:
Rob Lourens 2020-08-21 10:50:36 -07:00
parent 2c713dd105
commit 59b97e1900

View file

@ -1268,7 +1268,7 @@ registerAction2(class extends NotebookCellAction {
constructor() {
super({
id: CLEAR_CELL_OUTPUTS_COMMAND_ID,
title: localize('clearActiveCellOutputs', 'Clear Active Cell Outputs'),
title: localize('clearCellOutputs', 'Clear Cell Outputs'),
menu: {
id: MenuId.NotebookCellTitle,
when: ContextKeyExpr.and(NOTEBOOK_CELL_TYPE.isEqualTo('code'), NOTEBOOK_EDITOR_RUNNABLE, NOTEBOOK_CELL_HAS_OUTPUTS),