From 7a170bbccfb5464706694320041567fdf7cd5eff Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 2 Mar 2019 18:45:18 +1100 Subject: extend cheatsheet generator to contain context based keybindings --- pkg/i18n/english.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/i18n') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 7195c5f0d..79c1e9854 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -311,10 +311,10 @@ func addEnglish(i18nObject *i18n.Bundle) error { Other: "revert commit", // TODO: i18n }, &i18n.Message{ ID: "OnlyRenameTopCommit", - Other: "Can only rename topmost commit from within lazygit. Use shift+R instead", + Other: "Can only reword topmost commit from within lazygit. Use shift+R instead", }, &i18n.Message{ ID: "renameCommit", - Other: "rename commit", + Other: "reword commit", }, &i18n.Message{ ID: "deleteCommit", Other: "delete commit", // TODO: other languages -- cgit v1.2.3