Skip to content

Commit af1c6c0

Browse files
committed
1 parent ce04967 commit af1c6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/view/renderers/cellEditorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ registerAction2(class ToggleActiveLineNumberAction extends NotebookMultiCellActi
198198
constructor() {
199199
super({
200200
id: 'notebook.cell.toggleLineNumbers',
201-
title: 'Show Cell Line Numbers',
201+
title: localize('notebook.cell.toggleLineNumbers.title', "Show Cell Line Numbers"),
202202
precondition: ActiveEditorContext.isEqualTo(NotebookEditor.ID),
203203
menu: [{
204204
id: MenuId.NotebookCellTitle,

0 commit comments

Comments
 (0)