diff --git a/src/blameActiveLineController.ts b/src/blameActiveLineController.ts index 6e01792..643f5e4 100644 --- a/src/blameActiveLineController.ts +++ b/src/blameActiveLineController.ts @@ -272,7 +272,7 @@ export class BlameActiveLineController extends Disposable { case StatusBarCommand.ShowQuickFileHistory: this._statusBarItem.tooltip = 'Show File History'; break; - case StatusBarCommand.ShowQuickFileHistory: + case StatusBarCommand.ShowQuickCurrentBranchHistory: this._statusBarItem.tooltip = 'Show Branch History'; break; }