summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-10-23 12:45:02 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-23 12:54:57 +1100
commit3eb124c732326d3680465c864fe6d0c1422d07bd (patch)
tree03c04194583aefecb807881f16e1ef4ac755b177 /pkg/i18n/english.go
parentef544e6ce961add2fcac4004ba6587b2de378e64 (diff)
easier hiding of command logv0.30
Diffstat (limited to 'pkg/i18n/english.go')
-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 a0a485c60..2f72c151c 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -945,7 +945,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",
+ CommandLogHeader: "You can hide/focus this panel by pressing '%s'\n",
RandomTip: "Random Tip",
SelectParentCommitForMerge: "Select parent commit for merge",
ToggleWhitespaceInDiffView: "Toggle whether or not whitespace changes are shown in the diff view",