summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-25 09:30:11 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-25 09:39:04 +1100
commitbbcc4b7b709e2f9d16c8333a031022feffd026c3 (patch)
treead35c37638ea7ef610aa04c2b71ed04557e5d7aa /pkg/i18n
parent45bba0a3c58231091fd1eb95120e33ffb6ee1972 (diff)
just disallow undo/redo while rebasing because you need more info than just the reflog
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 57aae8021..018c76f5c 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1057,11 +1057,11 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "prevTab",
Other: "previous tab",
}, &i18n.Message{
- ID: "AbortRebase",
- Other: "Abort rebase",
+ ID: "cantUndoWhileRebasing",
+ Other: "Can't undo while rebasing",
}, &i18n.Message{
- ID: "UndoOutOfRebaseWarning",
- Other: "If you undo at this point, you won't be able to re-enter this rebase by pressing redo. Abort rebase?",
+ ID: "cantRedoWhileRebasing",
+ Other: "Can't redo while rebasing",
},
)
}