Skip to content

Commit

Permalink
Settings editor - change "Open settings.json" label, fix microsoft#55032
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jul 25, 2018
1 parent 29967e4 commit 3c72037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ export class SettingsEditor2 extends BaseEditor {

class OpenSettingsAction extends Action {
static readonly ID = 'settings.openSettingsJson';
static readonly LABEL = localize('openSettingsJsonLabel', "Open settings.json for advanced customizations");
static readonly LABEL = localize('openSettingsJsonLabel', "Open settings.json");

constructor(
@IPreferencesService private readonly preferencesService: IPreferencesService,
Expand Down

0 comments on commit 3c72037

Please sign in to comment.