From 5ab16bc3069f75b8a136cbdf3a2aa456f8cbf56c Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 31 Jan 2017 16:01:24 +0100 Subject: [PATCH] fix #19496 --- extensions/git/src/statusbar.ts | 1 + 1 file changed, 1 insertion(+) 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 ? '*' : '') +