summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-11 21:42:18 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-11 23:36:34 +1000
commite4f0a470e93e6522757cb8fc215a245de92a8e75 (patch)
tree45530c296684f1fea17108a8522be3c128503076 /pkg/i18n
parentadee0b8ccbeb8e3b6f77c067312dcf457c0bb5bb (diff)
print header for command log
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index ecb44952c..b49459096 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -448,6 +448,7 @@ type TranslationSet struct {
CommandLog string
ToggleShowCommandLog string
FocusCommandLog string
+ CommandLogHeader string
Spans Spans
}
@@ -1187,6 +1188,7 @@ func englishTranslationSet() TranslationSet {
CommandLog: "Command Log",
ToggleShowCommandLog: "Toggle show/hide command log",
FocusCommandLog: "Focus command log",
+ CommandLogHeader: "You can hide/focus this panel by pressing '%s' or hide it permanently in your config with `gui.showCommandLog: false`\n",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",