summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-08-29 13:43:59 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-03 17:52:05 +0200
commit28a9594ef7f7dad70efa9470ed12e5d102f6c5df (patch)
tree1f0e2bd959b5e2fe6453d7bc5f8aa359cb03f7b2 /pkg/i18n
parent77623db1d0fc2d435b11098f2f50ad75b419c3ce (diff)
update help panel
- delete scrolling ability - lines are now selectable - implemented handler execution when space is pressed - add example descriptions for status panel keybindings
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 1527b7faf..c29138e42 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -52,6 +52,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "help",
Other: "help",
}, &i18n.Message{
+ ID: "execute",
+ Other: "execute",
+ }, &i18n.Message{
ID: "stashFiles",
Other: "stash files",
}, &i18n.Message{