summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2018-12-06 08:38:40 +0100
committermjarkk <mkopenga@gmail.com>2018-12-06 08:39:49 +0100
commit21a808a52bc3cd56500e3203d631fc8ccd12e096 (patch)
tree4d6fe5d69fdd9e61820fb596c97aac81fbfe6d0b /pkg/i18n
parent89c272eed586b77274e82776137e65f1a5df54d4 (diff)
Renamed branch to branches
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go2
-rw-r--r--pkg/i18n/english.go2
-rw-r--r--pkg/i18n/polish.go2
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`,