mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 10:22:13 +08:00
fix: wrong localization key to compare remote branch with current
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -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 += (_, _) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user