From 13a7806cac062d9a438feb2904cce2b02314cdd9 Mon Sep 17 00:00:00 2001 From: hitsuji_no_shippo Date: Thu, 12 Mar 2020 14:29:15 +0900 Subject: add opne menu keybindings in docs --- pkg/i18n/english.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/i18n/english.go') 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 @@ -1026,6 +1026,9 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ 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", -- cgit v1.2.3