mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-28 09:08:41 +02:00
Renamed branch to branches
This commit is contained in:
parent
89c272eed5
commit
21a808a52b
@ -420,7 +420,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
|
||||
Other: `No automatic git fetch`,
|
||||
}, &i18n.Message{
|
||||
ID: "NoAutomaticGitFetchBody",
|
||||
Other: `Lazygit can't use "git fetch" in a private repo use f in the branch panel to run git fetch manually`,
|
||||
Other: `Lazygit can't use "git fetch" in a private repo use f in the branches panel to run git fetch manually`,
|
||||
}, &i18n.Message{
|
||||
ID: "StageLines",
|
||||
Other: `stage individual hunks/lines`,
|
||||
|
@ -428,7 +428,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
|
||||
Other: `No automatic git fetch`,
|
||||
}, &i18n.Message{
|
||||
ID: "NoAutomaticGitFetchBody",
|
||||
Other: `Lazygit can't use "git fetch" in a private repo use f in the branch panel to run git fetch manually`,
|
||||
Other: `Lazygit can't use "git fetch" in a private repo use f in the branches panel to run git fetch manually`,
|
||||
}, &i18n.Message{
|
||||
ID: "StageLines",
|
||||
Other: `stage individual hunks/lines`,
|
||||
|
@ -403,7 +403,7 @@ func addPolish(i18nObject *i18n.Bundle) error {
|
||||
Other: `No automatic git fetch`,
|
||||
}, &i18n.Message{
|
||||
ID: "NoAutomaticGitFetchBody",
|
||||
Other: `Lazygit can't use "git fetch" in a private repo use f in the branch panel to run git fetch manually`,
|
||||
Other: `Lazygit can't use "git fetch" in a private repo use f in the branches panel to run git fetch manually`,
|
||||
}, &i18n.Message{
|
||||
ID: "StageLines",
|
||||
Other: `stage individual hunks/lines`,
|
||||
|
Loading…
Reference in New Issue
Block a user