summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-02-16 09:03:26 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-02-16 09:57:49 +1100
commit73d806483747f898bdfc1c7911253cd62092dc42 (patch)
tree93f475d0c63c731b602ba109b61ce327ae8e03ce /pkg/i18n/english.go
parent5b1f60b7eb2b2a73f582b2add0843cc26068bae5 (diff)
allow resetting to branch
Diffstat (limited to 'pkg/i18n/english.go')
-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 2d7c40624..c010e2068 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -942,6 +942,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "IgnoreTrackedPrompt",
Other: "Are you sure you want to ignore a tracked file?",
+ }, &i18n.Message{
+ ID: "resetToThisBranch",
+ Other: "reset to the HEAD of this branch",
},
)
}