mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-12 11:15:00 +02:00
adjust the text to received review comments
This commit is contained in:
parent
5ebd8ac7fe
commit
a74c6eef40
@ -141,7 +141,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|
|||||||
<pre>
|
<pre>
|
||||||
<kbd><c-o></kbd>: Copy branch name to clipboard
|
<kbd><c-o></kbd>: Copy branch name to clipboard
|
||||||
<kbd>i</kbd>: Show git-flow options
|
<kbd>i</kbd>: Show git-flow options
|
||||||
<kbd><space></kbd>: Checkout, use '-' for previous
|
<kbd><space></kbd>: Checkout, enter '-' to switch to last
|
||||||
<kbd>n</kbd>: New branch
|
<kbd>n</kbd>: New branch
|
||||||
<kbd>o</kbd>: Create pull request
|
<kbd>o</kbd>: Create pull request
|
||||||
<kbd>O</kbd>: Create pull request options
|
<kbd>O</kbd>: Create pull request options
|
||||||
|
@ -868,7 +868,7 @@ func EnglishTranslationSet() TranslationSet {
|
|||||||
CantRebaseOntoSelf: "You cannot rebase a branch onto itself",
|
CantRebaseOntoSelf: "You cannot rebase a branch onto itself",
|
||||||
CantMergeBranchIntoItself: "You cannot merge a branch into itself",
|
CantMergeBranchIntoItself: "You cannot merge a branch into itself",
|
||||||
ForceCheckout: "Force checkout",
|
ForceCheckout: "Force checkout",
|
||||||
CheckoutByName: "Checkout by name, use '-' for previous",
|
CheckoutByName: "Checkout by name, enter '-' to switch to last",
|
||||||
NewBranch: "New branch",
|
NewBranch: "New branch",
|
||||||
NoBranchesThisRepo: "No branches for this repo",
|
NoBranchesThisRepo: "No branches for this repo",
|
||||||
CommitWithoutMessageErr: "You cannot commit without a commit message",
|
CommitWithoutMessageErr: "You cannot commit without a commit message",
|
||||||
|
Loading…
Reference in New Issue
Block a user