File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -291,13 +291,13 @@ func (self *WorkingTreeHelper) CreateMergeConflictMenu(selectedFilepaths []strin
291
291
Items : []* types.MenuItem {
292
292
{
293
293
LabelColumns : []string {
294
- self .c .Tr .UseHead ,
294
+ self .c .Tr .UseCurrent ,
295
295
cmdColor .Sprint ("git merge-file --ours" ),
296
296
},
297
297
OnPress : func () error {
298
298
return onMergeStrategySelected ("--ours" )
299
299
},
300
- Key : 'h ' ,
300
+ Key : 'c ' ,
301
301
},
302
302
{
303
303
LabelColumns : []string {
Original file line number Diff line number Diff line change @@ -901,7 +901,7 @@ type TranslationSet struct {
901
901
ViewMergeConflictOptions string
902
902
ViewMergeConflictOptionsTooltip string
903
903
MergeConflictOptionsTitle string
904
- UseHead string
904
+ UseCurrent string
905
905
UseIncoming string
906
906
UseBoth string
907
907
}
@@ -1978,7 +1978,7 @@ func EnglishTranslationSet() *TranslationSet {
1978
1978
ViewMergeConflictOptions : "View merge conflict options" ,
1979
1979
ViewMergeConflictOptionsTooltip : "View options for resolving merge conflicts." ,
1980
1980
MergeConflictOptionsTitle : "Resolve merge conflicts" ,
1981
- UseHead : "Use current changes" ,
1981
+ UseCurrent : "Use current changes" ,
1982
1982
UseIncoming : "Use incoming changes" ,
1983
1983
UseBoth : "Use both" ,
1984
1984
You can’t perform that action at this time.
0 commit comments