fix title for toggle line numbers.

This commit is contained in:
rebornix 2021-04-07 09:42:35 -07:00
parent cf1634602a
commit 17220763b6
No known key found for this signature in database
GPG key ID: 181FC90D15393C20

View file

@ -138,7 +138,7 @@ registerAction2(class ToggleLineNumberAction extends Action2 {
constructor() {
super({
id: 'notebook.toggleLineNumbers',
title: { value: localize('notebook.showLineNumbers', "Show Notebook Line Numbers"), original: 'Toggle Notebook Line Numbers' },
title: { value: localize('notebook.showLineNumbers', "Show Notebook Line Numbers"), original: 'Show Notebook Line Numbers' },
precondition: NOTEBOOK_EDITOR_FOCUSED,
menu: [{
id: MenuId.EditorTitle,