Skip to content

Commit

Permalink
Rename Open Workspace Symbol
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Mar 21, 2020
1 parent 050166b commit 445104f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/languages/src/browser/workspace-symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class WorkspaceSymbolCommand implements QuickOpenModel, CommandContributi

private command: Command = {
id: 'languages.workspace.symbol',
label: 'Open Workspace Symbol...'
label: 'Go to Symbol in Workspace...'
};

constructor(@inject(Languages) protected languages: Languages,
Expand Down

0 comments on commit 445104f

Please sign in to comment.