summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-03-26 15:34:15 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-27 18:16:16 +1100
commitf0a4dcfdc39dfb881522959c13b97744a9d12fea (patch)
tree3ae0ad953eff2d6ff3a2bc8ee10d571142f2ad2b /pkg/i18n/english.go
parent98e7ec090509f089a3196848c324fdce2fb462fc (diff)
refactor menu context
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 02dce1416..220203437 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -332,7 +332,6 @@ type TranslationSet struct {
NewGitFlowBranchPrompt string
RenameBranchWarning string
LcOpenMenu string
- LcCloseMenu string
LcResetCherryPick string
LcNextTab string
LcPrevTab string
@@ -923,7 +922,6 @@ func EnglishTranslationSet() TranslationSet {
NewBranchNamePrompt: "Enter new branch name for branch",
RenameBranchWarning: "This branch is tracking a remote. This action will only rename the local branch name, not the name of the remote branch. Continue?",
LcOpenMenu: "open menu",
- LcCloseMenu: "close menu",
LcResetCherryPick: "reset cherry-picked (copied) commits selection",
LcNextTab: "next tab",
LcPrevTab: "previous tab",