mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
help -> menu
This commit is contained in:
parent
e21f739f4f
commit
557009e660
8 changed files with 31 additions and 31 deletions
|
@ -24,7 +24,7 @@ func main() {
|
|||
current := ""
|
||||
content := ""
|
||||
|
||||
file.WriteString("# Lazygit " + a.Tr.SLocalize("help"))
|
||||
file.WriteString("# Lazygit " + a.Tr.SLocalize("menu"))
|
||||
|
||||
for _, binding := range bindings {
|
||||
if key := a.Gui.GetKey(binding); key != "" && binding.Description != "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue