From 21a808a52bc3cd56500e3203d631fc8ccd12e096 Mon Sep 17 00:00:00 2001 From: mjarkk Date: Thu, 6 Dec 2018 08:38:40 +0100 Subject: [PATCH] Renamed branch to branches --- pkg/i18n/dutch.go | 2 +- pkg/i18n/english.go | 2 +- pkg/i18n/polish.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go index bc41c0912..afc20d32b 100644 --- a/pkg/i18n/dutch.go +++ b/pkg/i18n/dutch.go @@ -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`, diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 077f0b13a..9ca6af074 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -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`, diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go index 1c129eb76..271282c5b 100644 --- a/pkg/i18n/polish.go +++ b/pkg/i18n/polish.go @@ -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`,