summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-17 14:50:12 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-21 22:07:14 +1100
commit07cbae40191a88a18b68d724b4c0983ad7790fa2 (patch)
tree00c1511fc078dcd5dae2b89bd96c6d8213874e59 /pkg/i18n/english.go
parentb42202ea1c82d93d828fec38ddfdc073c041dec9 (diff)
support setting upstream
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 736bf9162..d39b4b279 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -870,6 +870,15 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "DeleteRemoteBranchMessage",
Other: "Are you sure you want to delete remote branch",
+ }, &i18n.Message{
+ ID: "setUpstream",
+ Other: "set as upstream of checked-out branch",
+ }, &i18n.Message{
+ ID: "SetUpstreamTitle",
+ Other: "Set upstream branch",
+ }, &i18n.Message{
+ ID: "SetUpstreamMessage",
+ Other: "Are you sure you want to set the upstream branch of '{{.checkedOut}}' to '{{.selected}}'",
},
)
}