summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-02-16 09:49:00 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-02-16 09:57:49 +1100
commit0f0da9c32a0a8ced0f88128e091452ba0478eea9 (patch)
tree4b77ad71ab4350af38677d291e58d4874f016242 /pkg/i18n/english.go
parent0a69c1a02d2981a45f79fa65f785ef962be566aa (diff)
fix wording
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 325896bf7..b60e914db 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -943,14 +943,8 @@ func addEnglish(i18nObject *i18n.Bundle) error {
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",
- }, &i18n.Message{
- ID: "resetToThisTag",
- Other: "reset to this tag",
- }, &i18n.Message{
- ID: "resetToUpstream",
- Other: "reset to the HEAD of the upstream branch",
+ ID: "viewResetToUpstreamOptions",
+ Other: "view upstream reset options",
},
)
}