summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-05-17 18:40:16 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-07-15 13:03:13 +0200
commit69575dd4f3911b3968e37b75e9bad15cc90770d9 (patch)
tree8f21f1fe31e8b59453396ca394ab2a7f2fab605d /pkg/i18n
parentbfcff3222c732bc410e4a84f8c2735dc83065587 (diff)
Fix potentially wrong help text in commit message panel
It said "Press tab to toggle focus", which is wrong for people who remapped their togglePanel key binding to something else. Print the actual key binding instead.
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index f916c3c4d..5f937057d 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -886,7 +886,7 @@ func EnglishTranslationSet() TranslationSet {
RebaseOptionsTitle: "Rebase options",
CommitMessageTitle: "Commit summary",
CommitDescriptionTitle: "Commit description",
- CommitDescriptionSubTitle: "Press tab to toggle focus",
+ CommitDescriptionSubTitle: "Press {{.togglePanelKeyBinding}} to toggle focus",
LocalBranchesTitle: "Local branches",
SearchTitle: "Search",
TagsTitle: "Tags",