mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
help -> menu
This commit is contained in:
@ -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 != "" {
|
||||
|
Reference in New Issue
Block a user