summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-09 13:36:07 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-09 14:14:47 +1100
commit0dfd02c42d1e51200c915f0c86aee55c1945cff0 (patch)
tree19b192083cf97a6d288f705b856d5adc8f3803b7 /pkg/i18n/english.go
parentee15202207a739e1154c28f4385cf9a9014fa064 (diff)
allow rewording old commits
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 7cf9d17b8..2defb4ae6 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -93,7 +93,6 @@ type TranslationSet struct {
Squash string
LcPickCommit string
LcRevertCommit string
- OnlyRewordTopCommit string
LcRewordCommit string
LcDeleteCommit string
LcMoveDownCommit string
@@ -645,7 +644,6 @@ func EnglishTranslationSet() TranslationSet {
Squash: "Squash",
LcPickCommit: "pick commit (when mid-rebase)",
LcRevertCommit: "revert commit",
- OnlyRewordTopCommit: "Can only reword topmost commit from within lazygit. Use shift+R instead",
LcRewordCommit: "reword commit",
LcDeleteCommit: "delete commit",
LcMoveDownCommit: "move commit down one",