mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-22 10:55:00 +00:00
fix: wrong localization key to compare remote branch with current
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
221e964df0
commit
64ffbb113f
1 changed files with 1 additions and 1 deletions
|
@ -2240,7 +2240,7 @@ namespace SourceGit.ViewModels
|
||||||
}
|
}
|
||||||
|
|
||||||
var compareWithHead = new MenuItem();
|
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.Icon = App.CreateMenuIcon("Icons.Compare");
|
||||||
compareWithHead.Click += (_, _) =>
|
compareWithHead.Click += (_, _) =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue