1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

help -> menu

This commit is contained in:
Dawid Dziurla
2018-09-05 11:12:11 +02:00
parent e21f739f4f
commit 557009e660
8 changed files with 31 additions and 31 deletions

View File

@ -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 != "" {