summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-27 20:46:06 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-27 20:46:06 +1000
commitbbe603ff5b3e0794133f75422c80af591897cdee (patch)
treeb651738218b1a3a114f8afb54c4cd34a204cb1a0
parent23a9f41d9db3e449ec79e4fde46c54b3c5611368 (diff)
separate english translation structs
-rw-r--r--pkg/i18n/english.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 578e8f295..6fda2dee0 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -327,6 +327,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "CouldNotFindBinaryErr",
Other: "Could not find any binary at {{.url}}",
+ }, &i18n.Message{
ID: "AnonymousReportingTitle",
Other: "Help make lazygit better",
}, &i18n.Message{