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.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 97791f014..98c219620 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -233,6 +233,7 @@ type TranslationSet struct {
CannotRebaseOntoFirstCommit string
CannotSquashOntoSecondCommit string
Donate string
+ AskQuestion string
PrevLine string
NextLine string
PrevHunk string
@@ -888,6 +889,7 @@ func englishTranslationSet() TranslationSet {
CannotRebaseOntoFirstCommit: "You cannot interactive rebase onto the first commit",
CannotSquashOntoSecondCommit: "You cannot squash/fixup onto the second commit",
Donate: "Donate",
+ AskQuestion: "Ask Question",
PrevLine: "select previous line",
NextLine: "select next line",
PrevHunk: "select previous hunk",