diff --git a/extensions/git/src/statusbar.ts b/extensions/git/src/statusbar.ts index 63193008c5f..436ee05bc72 100644 --- a/extensions/git/src/statusbar.ts +++ b/extensions/git/src/statusbar.ts @@ -42,6 +42,7 @@ export class CheckoutStatusBar { this.raw.command = 'git.checkout'; this.raw.color = 'rgb(255, 255, 255)'; + this.raw.tooltip = localize('checkout', 'Checkout...'); this.raw.text = '$(git-branch) ' + head + (this.model.workingTreeGroup.resources.length > 0 ? '*' : '') +