diff --git a/src/vs/editor/contrib/referenceSearch/referenceSearch.ts b/src/vs/editor/contrib/referenceSearch/referenceSearch.ts index 5c872b26f76278166f68a9be204c06fb717e5fed..539d96078e6c8186f5ed4e120d2d86b08d42bcfa 100644 --- a/src/vs/editor/contrib/referenceSearch/referenceSearch.ts +++ b/src/vs/editor/contrib/referenceSearch/referenceSearch.ts @@ -60,8 +60,8 @@ export class ReferenceAction extends EditorAction { constructor() { super({ id: 'editor.action.referenceSearch.trigger', - label: nls.localize('references.action.label', "Find All References"), - alias: 'Find All References', + label: nls.localize('references.action.label', "Peek References"), + alias: 'Find All References', // leave the alias? precondition: ContextKeyExpr.and( EditorContextKeys.hasReferenceProvider, PeekContext.notInPeekEditor,