1
0
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:
mjarkk 2018-12-06 08:38:40 +01:00
parent 89c272eed5
commit 21a808a52b
3 changed files with 3 additions and 3 deletions

View File

@ -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`,

View File

@ -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`,

View File

@ -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`,