help -> menu

This commit is contained in:
Dawid Dziurla 2018-09-05 11:12:11 +02:00
parent e21f739f4f
commit 557009e660
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
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 != "" {