Skip to content

Commit

Permalink
fix up intro text
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Oct 9, 2020
1 parent ef77d7c commit 7d00247
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions pkg/i18n/english.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 {
Expand Down

0 comments on commit 7d00247

Please sign in to comment.