Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
fixes #58335
  • Loading branch information
joaomoreno committed Sep 10, 2018
1 parent 9c2c8d9 commit 5aea637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/parts/scm/electron-browser/scmViewlet.ts
Expand Up @@ -1083,7 +1083,7 @@ export class SCMViewlet extends PanelViewlet implements IViewModel, IViewsViewle
this.el = parent;
addClass(this.el, 'scm-viewlet');
addClass(this.el, 'empty');
append(parent, $('div.empty-message', null, localize('no open repo', "There are no active source control providers.")));
append(parent, $('div.empty-message', null, localize('no open repo', "No source control providers registered.")));

this.scmService.onDidAddRepository(this.onDidAddRepository, this, this.disposables);
this.scmService.onDidRemoveRepository(this.onDidRemoveRepository, this, this.disposables);
Expand Down

0 comments on commit 5aea637

Please sign in to comment.