mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-25 00:44:05 +01:00
update the remaining View/Appearance menu
more consistency
This commit is contained in:
@@ -37,8 +37,8 @@ MenuRegistry.appendMenuItem(MenuId.MenubarViewMenu, {
|
||||
group: '5_editor',
|
||||
command: {
|
||||
id: ToggleRenderControlCharacterAction.ID,
|
||||
title: nls.localize({ key: 'miToggleRenderControlCharacters', comment: ['&& denotes a mnemonic'] }, "Toggle &&Control Characters"),
|
||||
title: nls.localize({ key: 'miToggleRenderControlCharacters', comment: ['&& denotes a mnemonic'] }, "Render &&Control Characters"),
|
||||
toggled: ContextKeyExpr.equals('config.editor.renderControlCharacters', true)
|
||||
},
|
||||
order: 4
|
||||
order: 5
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user