summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-24 21:57:53 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-25 09:39:04 +1100
commitd105e2690a244543c911148bb07774a3853087eb (patch)
treed154cb37f086e8d41f2f78e8dea58d880bf9d66e /pkg/i18n
parent32d3e497c3612bd046afe9679f9e0b463a19c072 (diff)
vastly improve the logic for undo and redo
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 0d624534d..57aae8021 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1056,6 +1056,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "prevTab",
Other: "previous tab",
+ }, &i18n.Message{
+ ID: "AbortRebase",
+ Other: "Abort rebase",
+ }, &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?",
},
)
}