diff --git a/src/ViewModels/Repository.cs b/src/ViewModels/Repository.cs index 69a9b7ea..52f2f43a 100644 --- a/src/ViewModels/Repository.cs +++ b/src/ViewModels/Repository.cs @@ -2240,7 +2240,7 @@ namespace SourceGit.ViewModels } var compareWithHead = new MenuItem(); - compareWithHead.Header = App.Text("BranchCM.CompareWithHead"); + compareWithHead.Header = App.Text("BranchCM.CompareWithCurrent", _currentBranch.Name); compareWithHead.Icon = App.CreateMenuIcon("Icons.Compare"); compareWithHead.Click += (_, _) => {