Skip to content

Commit

Permalink
fix #135649
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Oct 22, 2021
1 parent ce04967 commit af1c6c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ registerAction2(class ToggleActiveLineNumberAction extends NotebookMultiCellActi
constructor() {
super({
id: 'notebook.cell.toggleLineNumbers',
title: 'Show Cell Line Numbers',
title: localize('notebook.cell.toggleLineNumbers.title', "Show Cell Line Numbers"),
precondition: ActiveEditorContext.isEqualTo(NotebookEditor.ID),
menu: [{
id: MenuId.NotebookCellTitle,
Expand Down

0 comments on commit af1c6c0

Please sign in to comment.