Skip to content

Commit 2fa8c7c

Browse files
committed
1 parent 02634a7 commit 2fa8c7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/api/common/menusExtensionPoint.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ namespace schema {
288288
type: 'string'
289289
},
290290
group: {
291-
description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this command belongs'),
291+
description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this item belongs'),
292292
type: 'string'
293293
}
294294
}
@@ -307,7 +307,7 @@ namespace schema {
307307
type: 'string'
308308
},
309309
group: {
310-
description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this command belongs'),
310+
description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this item belongs'),
311311
type: 'string'
312312
}
313313
}

0 commit comments

Comments
 (0)