summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-10-10 09:52:58 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-10-10 09:58:59 +1100
commit7d002474d71a2134aa649bb20b7b62b6002d3e55 (patch)
tree595fa21aeaa1cf07e5236d54f5b893dddad04da3
parentef77d7c608a4375d786489e0d1e63f1974f05b7e (diff)
fix up intro text
-rw-r--r--pkg/i18n/english.go23
1 files changed, 13 insertions, 10 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 656b26bb9..87a2cd99e 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -451,8 +451,7 @@ Staging panel navigation:
More clipboard stuff:
- More text copying. Pressing ` + "`" + `ctrl+o` + "`" + ` on a commit to copy
- its SHA, or a file to copy its name, or use the keybinding while typing a commit
- message to copy that message (special thanks to @nullawhale and @Yuuki77).
+ its SHA, or a file to copy its name, etc.
Easily view logs:
- View lazygit logs with ` + "`" + `lazygit --logs` + "`" + ` (in another
@@ -478,21 +477,25 @@ Other:
record yourself using lazygit and that's it. See the guide to integration tests at
https://github.com/jesseduffield/lazygit/blob/master/docs/Integration_Tests.md
-- Showing release notes from within lazygit`
+- Showing release notes from within lazygit, as you no doubt have realised. I'm
+ too lazy to include retrospective release notes but better late than never.`
const englishIntroPopupMessage = `
Thanks for using lazygit! Three things to share with you:
1) If you want to learn about lazygit's features, watch this vid:
- https://youtu.be/CPLdltN7wgE
+ https://youtu.be/CPLdltN7wgE
- 2) If you're using git, that makes you a programmer! With your help we can make lazygit better, so consider becoming a contributor and joining the fun at
- https://github.com/jesseduffield/lazygit
- You can also sponsor me at
- https://github.com/sponsors/jesseduffield
- For more features and bugfixes (or even just star the repo cos we're not far from 20k!)
+ 2) If you're using git, that makes you a programmer! With your help we can make
+ lazygit better, so consider becoming a contributor and joining the fun at
+ https://github.com/jesseduffield/lazygit
+ You can also sponsor me at
+ https://github.com/sponsors/jesseduffield
+ For more features and bugfixes (or even just star the repo cos we're not far from 20k!)
- 3) You can now read through the release notes by navigating to the status panel. Version 0.23 has a LOT of new stuff so check it out.
+ 3) You can now read through the release notes by navigating to the status panel.
+ Version 0.23 has a LOT of new stuff so check it out. Also configs are now
+ case-sensitive so run ` + "`" + `lazygit --config` + "`" + ` for comparison.
`
func englishTranslationSet() TranslationSet {