Skip to content

Commit 5ab16bc

Browse files
committed
1 parent 5f5de2b commit 5ab16bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/git/src/statusbar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export class CheckoutStatusBar {
4242

4343
this.raw.command = 'git.checkout';
4444
this.raw.color = 'rgb(255, 255, 255)';
45+
this.raw.tooltip = localize('checkout', 'Checkout...');
4546
this.raw.text = '$(git-branch) ' +
4647
head +
4748
(this.model.workingTreeGroup.resources.length > 0 ? '*' : '') +

0 commit comments

Comments
 (0)