summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go12
1 files changed, 8 insertions, 4 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 4d384da71..d8d5e4727 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -27,7 +27,7 @@ type TranslationSet struct {
MergeConfirmTitle string
NormalTitle string
LogTitle string
- CommitMessage string
+ CommitSummary string
CredentialsUsername string
CredentialsPassword string
CredentialsPassphrase string
@@ -197,6 +197,8 @@ type TranslationSet struct {
MergeOptionsTitle string
RebaseOptionsTitle string
CommitMessageTitle string
+ CommitDescriptionTitle string
+ CommitDescriptionSubTitle string
LocalBranchesTitle string
SearchTitle string
TagsTitle string
@@ -698,7 +700,7 @@ func EnglishTranslationSet() TranslationSet {
MergingTitle: "Main Panel (Merging)",
NormalTitle: "Main Panel (Normal)",
LogTitle: "Log",
- CommitMessage: "Commit message",
+ CommitSummary: "Commit summary",
CredentialsUsername: "Username",
CredentialsPassword: "Password",
CredentialsPassphrase: "Enter passphrase for SSH key",
@@ -750,7 +752,7 @@ func EnglishTranslationSet() TranslationSet {
LcNewBranch: "new branch",
LcDeleteBranch: "delete branch",
NoBranchesThisRepo: "No branches for this repo",
- CommitMessageConfirm: "{{.keyBindClose}}: close, {{.keyBindNewLine}}: new line, {{.keyBindConfirm}}: confirm",
+ CommitMessageConfirm: "{{.keyBindClose}}: close, {{.keyBindConfirm}}: confirm",
CommitWithoutMessageErr: "You cannot commit without a commit message",
CloseConfirm: "{{.keyBindClose}}: close/cancel, {{.keyBindConfirm}}: confirm",
LcClose: "close",
@@ -866,7 +868,9 @@ func EnglishTranslationSet() TranslationSet {
RecentRepos: "recent repositories",
MergeOptionsTitle: "Merge Options",
RebaseOptionsTitle: "Rebase Options",
- CommitMessageTitle: "Commit Message",
+ CommitMessageTitle: "Commit Summary",
+ CommitDescriptionTitle: "Commit description",
+ CommitDescriptionSubTitle: "Press tab to toggle focus",
LocalBranchesTitle: "Local Branches",
SearchTitle: "Search",
TagsTitle: "Tags",