summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-09-25 19:05:24 +1000
committerGitHub <noreply@github.com>2018-09-25 19:05:24 +1000
commit7164f372661794eedd749eb41cc1265c86110913 (patch)
tree39751808681b8908989443b278cd5e90aac97a52 /pkg/i18n
parent61f0801bd366e959437676ae72b2d9fe98c4b8af (diff)
parent80d6bbef8661932ee0a665961b44a681c811ac36 (diff)
Merge branch 'master' into feature/commit-amend
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 796e6db62..bfa1de83e 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -393,6 +393,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "ConfirmQuit",
Other: `Are you sure you want to quit?`,
+ }, &i18n.Message{
+ ID: "SwitchRepo",
+ Other: `switch to a recent repo`,
},
)
}