Ver a proveniência

Removes "all-new"

main
Eric Amodio há 2 anos
ascendente
cometimento
ab7a94aa3e
2 ficheiros alterados com 4 adições e 4 eliminações
  1. +1
    -1
      src/plus/webviews/graph/graphWebview.ts
  2. +3
    -3
      src/views/commitsView.ts

+ 1
- 1
src/plus/webviews/graph/graphWebview.ts Ver ficheiro

@ -1491,7 +1491,7 @@ export class GraphWebview extends WebviewBase {
this._statusBarItem.name = 'GitLens Commit Graph'; this._statusBarItem.name = 'GitLens Commit Graph';
this._statusBarItem.command = Commands.ShowGraphPage; this._statusBarItem.command = Commands.ShowGraphPage;
this._statusBarItem.text = '$(gitlens-graph)'; this._statusBarItem.text = '$(gitlens-graph)';
this._statusBarItem.tooltip = new MarkdownString('Visualize commits on the all-new Commit Graph ✨');
this._statusBarItem.tooltip = new MarkdownString('Visualize commits on the Commit Graph ✨');
this._statusBarItem.accessibilityInformation = { this._statusBarItem.accessibilityInformation = {
label: `Show the GitLens Commit Graph`, label: `Show the GitLens Commit Graph`,
}; };

+ 3
- 3
src/views/commitsView.ts Ver ficheiro

@ -138,9 +138,9 @@ export class CommitsViewNode extends RepositoriesSubscribeableNode
this.view, this.view,
this, this,
{ command: Commands.ShowGraphPage, title: 'Show Commit Graph' }, { command: Commands.ShowGraphPage, title: 'Show Commit Graph' },
'Visualize commits on the all-new Commit Graph',
'✨ GitLens+',
'Visualize commits on the all-new Commit Graph ✨',
'Visualize commits on the Commit Graph',
'✨ GitLens+ feature',
'Visualize commits on the Commit Graph ✨',
new ThemeIcon('gitlens-graph'), new ThemeIcon('gitlens-graph'),
) )
: undefined; : undefined;

Carregando…
Cancelar
Guardar