summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-03-24 17:49:25 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-24 17:50:25 +1100
commitdde30fa104347ab9c01f82b7886864b473e6f51c (patch)
tree560b545c54e7051d16cef4056f8485557dccee91 /pkg/i18n
parent13a9bbb984601d19f1aabe7abfbf58fbe91cf621 (diff)
add gone branches status
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index e72fe7d06..4724abcab 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -458,6 +458,7 @@ type TranslationSet struct {
RewordInEditorPrompt string
CheckoutPrompt string
HardResetAutostashPrompt string
+ UpstreamGone string
Actions Actions
Bisect Bisect
}
@@ -1035,6 +1036,7 @@ func EnglishTranslationSet() TranslationSet {
RewordInEditorPrompt: "Are you sure you want to reword this commit in your editor?",
HardResetAutostashPrompt: "Are you sure you want to hard reset to '%s'? An auto-stash will be performed if necessary.",
CheckoutPrompt: "Are you sure you want to checkout '%s'?",
+ UpstreamGone: "↑gone",
Actions: Actions{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",