1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

PickBothHunks -> pickBothHunks

This commit is contained in:
David Chen
2020-01-06 23:37:21 +08:00
parent 86b101c410
commit 0ddf7c05c8
3 changed files with 3 additions and 3 deletions

View File

@ -1260,7 +1260,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
{
ViewName: "main",
Contexts: []string{"merging"},
Key: gui.getKey("main.PickBothHunks"),
Key: gui.getKey("main.pickBothHunks"),
Modifier: gocui.ModNone,
Handler: gui.handlePickBothHunks,
Description: gui.Tr.SLocalize("PickBothHunks"),