summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorhitsuji_no_shippo <hitsujinoshippoequalsheeptail@gmail.com>2020-03-12 14:29:15 +0900
committerJesse Duffield <jessedduffield@gmail.com>2020-03-18 22:50:35 +1100
commit13a7806cac062d9a438feb2904cce2b02314cdd9 (patch)
treed96d8af663503a394cb584e987ede004b187eb05 /pkg/i18n
parent41c76fb748d22d86c23d9b3446b5cf59b2e8e1b6 (diff)
add opne menu keybindings in docs
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 cde2bcc5c..c17cd753d 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1027,6 +1027,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "RenameBranchWarning",
Other: "This branch is tracking a remote. This action will only rename the local branch name, not the name of the remote branch. Continue?",
}, &i18n.Message{
+ ID: "openMenu",
+ Other: "open menu",
+ }, &i18n.Message{
ID: "closeMenu",
Other: "close menu",
},