summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
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 /pkg/i18n/english.go
parente21f739f4fbef045c90ab44365105c2d04334a72 (diff)
help -> menu
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 5dcb9d544..471a75b6f 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -52,8 +52,8 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "navigate",
Other: "navigate",
}, &i18n.Message{
- ID: "help",
- Other: "help",
+ ID: "menu",
+ Other: "menu",
}, &i18n.Message{
ID: "execute",
Other: "execute",