From 2fa8c7c6ddfbd04249835d85d765d4437bcb15e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Wed, 5 Aug 2020 11:23:35 +0200 Subject: [PATCH] fixes #103944 --- src/vs/workbench/api/common/menusExtensionPoint.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/api/common/menusExtensionPoint.ts b/src/vs/workbench/api/common/menusExtensionPoint.ts index 99077b262ed..25e3d1e692d 100644 --- a/src/vs/workbench/api/common/menusExtensionPoint.ts +++ b/src/vs/workbench/api/common/menusExtensionPoint.ts @@ -288,7 +288,7 @@ namespace schema { type: 'string' }, group: { - description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this command belongs'), + description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this item belongs'), type: 'string' } } @@ -307,7 +307,7 @@ namespace schema { type: 'string' }, group: { - description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this command belongs'), + description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this item belongs'), type: 'string' } }