summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-17 14:04:57 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-21 22:07:14 +1100
commitdcb52857976762378b0e69bd45581231aa334482 (patch)
treebb8bd788b151d503f3b3a3cbc93aaeef93bec2b4 /pkg/i18n/english.go
parenta9cd647075119c760ca22cceba8c4ad14687b732 (diff)
support rebasing onto remote branch
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index a41eb2fc1..736bf9162 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -221,7 +221,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "{{.selectedBranchName}} is not fully merged. Are you sure you want to delete it?",
}, &i18n.Message{
ID: "rebaseBranch",
- Other: "rebase branch",
+ Other: "rebase checked-out branch onto this branch",
}, &i18n.Message{
ID: "CantRebaseOntoSelf",
Other: "You cannot rebase a branch onto itself",