summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-02 18:45:18 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-02 19:05:21 +1100
commit7a170bbccfb5464706694320041567fdf7cd5eff (patch)
tree800b44100d087e1f4004245e068d47b2c1540321 /pkg/i18n
parent8c0ea8f45fde1dfddd23198fcb06ae77468e3a3a (diff)
extend cheatsheet generator to contain context based keybindings
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go4
1 files changed, 2 insertions, 2 deletions
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