Fix #53131 - "Text Editor" etc category label needs to match parent

This commit is contained in:
Rob Lourens
2018-06-27 18:12:12 -07:00
parent fb7e3120c0
commit ad7253dacf
@@ -70,7 +70,7 @@ export const tocData: ITOCEntry = {
},
{
id: 'editor/editor',
label: localize('editor', "Editor"),
label: localize('textEditor', "Text Editor"),
settings: ['editor.*']
}
]