summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2018-12-06 09:05:51 +0100
committermjarkk <mkopenga@gmail.com>2018-12-06 09:05:51 +0100
commit6d0fa8bc2926af9c17c7546c447613ae21ef19fc (patch)
tree8cf87b01ff10bf707d2ac961536f0182864048d2 /pkg/i18n
parent21a808a52bc3cd56500e3203d631fc8ccd12e096 (diff)
Made some small inprovements
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go4
-rw-r--r--pkg/i18n/english.go2
-rw-r--r--pkg/i18n/polish.go2
3 files changed, 4 insertions, 4 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index afc20d32b..a29c8c8c0 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -417,10 +417,10 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: `fetch`,
}, &i18n.Message{
ID: "NoAutomaticGitFetchTitle",
- Other: `No automatic git fetch`,
+ Other: `Geen automatiese git fetch`,
}, &i18n.Message{
ID: "NoAutomaticGitFetchBody",
- Other: `Lazygit can't use "git fetch" in a private repo use f in the branches panel to run git fetch manually`,
+ Other: `Lazygit kan niet "git fetch" uitvoeren in een privé repository, gebruik f in het branches paneel om "git fetch" manueel uit te voeren`,
}, &i18n.Message{
ID: "StageLines",
Other: `stage individual hunks/lines`,
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 9ca6af074..872e9783e 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 branches 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 271282c5b..3ffa980ae 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 branches 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`,