summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-19 08:45:21 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-19 21:42:21 +1100
commit8fbcc36331cb5ac7a61493ff185782d6233d4673 (patch)
tree5bd48d9cf71b46dfc1676054aaa6b8df1e5748e0 /pkg/i18n
parentdadb6462523a545bb5256d7a3c08ffb341f980cc (diff)
allow resetting cherry picked commits selection
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index c17cd753d..13f617264 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1032,6 +1032,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "closeMenu",
Other: "close menu",
+ }, &i18n.Message{
+ ID: "resetCherryPick",
+ Other: "reset cherry-picked (copied) commits selection",
},
)
}