summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-03-14 20:18:06 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-03-30 21:57:00 +1100
commita31db3df9c73879f61ab492d220e3af7d1765661 (patch)
tree7bb93e218bb2267d935433748f25c456a639b6ad /pkg/i18n/english.go
parent64217a8a5b436f8d5981b371d5da2716ae095ae5 (diff)
support toggling collapsed
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 a363fcb9a..e240489b8 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -862,7 +862,7 @@ func englishTranslationSet() TranslationSet {
ViewPatchOptions: "view custom patch options",
PatchOptionsTitle: "Patch Options",
NoPatchError: "No patch created yet. To start building a patch, use 'space' on a commit file or enter to add specific lines",
- LcEnterFile: "enter file to add selected lines to the patch",
+ LcEnterFile: "enter file to add selected lines to the patch (or toggle directory collapsed)",
ExitLineByLineMode: `exit line-by-line mode`,
EnterUpstream: `Enter upstream as '<remote> <branchname>'`,
EnterUpstreamWithSlash: `Enter upstream as '<remote>/<branchname>'`,