summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-09-05 11:12:11 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-05 11:12:11 +0200
commit557009e660e3203dce62624599c173e25f086465 (patch)
tree01e3a891e8bcab6aef70c8867f6abd06683aa30c /scripts
parente21f739f4fbef045c90ab44365105c2d04334a72 (diff)
help -> menu
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generate_cheatsheet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_cheatsheet.go b/scripts/generate_cheatsheet.go
index 434f56bdd..2c18e5f03 100644
--- a/scripts/generate_cheatsheet.go
+++ b/scripts/generate_cheatsheet.go
@@ -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 != "" {