summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-01-07 20:24:10 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-01-07 20:43:01 +1100
commit09aabce3cd38312e854fdbb29046acba42a67f38 (patch)
treebb80f85919cd375f0f8829438896dde73a119725 /pkg/i18n/english.go
parenteb2bfd3848bc5178670380f77b675a27d94d2515 (diff)
allow commits to be checked out
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index c6c423285..d9a2dcee9 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -924,6 +924,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "FetchingRemoteStatus",
Other: "fetching remote",
+ }, &i18n.Message{
+ ID: "checkoutCommit",
+ Other: "checkout commit",
+ }, &i18n.Message{
+ ID: "SureCheckoutThisCommit",
+ Other: "Are you sure you want to checkout this commit?",
},
)
}