From 23c51ba70841ef779e7fcef9fd2a5c717835e168 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Duffield Date: Sun, 24 Feb 2019 17:59:47 +1100 Subject: cleanup --- pkg/i18n/english.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pkg/i18n/english.go') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 626d6d4cc..74d9bfb7d 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -299,12 +299,11 @@ func addEnglish(i18nObject *i18n.Bundle) error { Other: "revert commit", // TODO: i18n }, &i18n.Message{ ID: "OnlyRenameTopCommit", - Other: "Can only rename topmost commit", + Other: "Can only rename topmost commit from within lazygit. Use shift+R instead", }, &i18n.Message{ ID: "renameCommit", Other: "rename commit", }, &i18n.Message{ - ID: "deleteCommit", Other: "delete commit", // TODO: other languages }, &i18n.Message{ @@ -586,6 +585,9 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "CherryPick", Other: "Cherry-Pick", + }, &i18n.Message{ + ID: "CannotRebaseOntoFirstCommit", + Other: "You cannot interactive rebase onto the first commit", }, ) } -- cgit v1.2.3