Skip to content

Commit

Permalink
polish for #11977
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Sep 22, 2016
1 parent aeda179 commit 25b370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/parts/editor/editorStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ export class ChangeModeAction extends Action {
});

if (fileinput) {
picks[0].separator = { border: true, label: nls.localize('languagesPicks', "languages") };
picks[0].separator = { border: true, label: nls.localize('languagesPicks', "languages (identifier)") };
}

// Offer action to configure via settings
Expand Down

0 comments on commit 25b370a

Please sign in to comment.