Skip to content

Commit

Permalink
Fix case of menu item
Browse files Browse the repository at this point in the history
As requested in eclipse-theia#1306.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
  • Loading branch information
simark committed Feb 20, 2018
1 parent 2c44274 commit 47e8dbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class QuickSearchInWorkspaceResultItem extends QuickOpenItem {

const OpenQuickSearchInWorkspaceCommand = {
id: 'QuickSearchInWorkspace.open',
label: "Search in workspace..."
label: "Search in Workspace..."
};

@injectable()
Expand Down

0 comments on commit 47e8dbd

Please sign in to comment.