summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2019-04-14 17:56:14 +0200
committerJesse Duffield <jessedduffield@gmail.com>2019-04-26 13:44:37 +1000
commit0b9d7edd476a1e3cb18b14d99731a53df528f5a2 (patch)
tree39e4795778d118bd8a58194a123403586f734803 /pkg/i18n
parente9fbb608a8d355c010eca08da652b55a5b64f799 (diff)
Fixed sugestions
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 2425f91ff..963ae1972 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -417,7 +417,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: `fetch`,
}, &i18n.Message{
ID: "NoAutomaticGitFetchTitle",
- Other: `Geen automatiese git fetch`,
+ Other: `Geen automatische git fetch`,
}, &i18n.Message{
ID: "NoAutomaticGitFetchBody",
Other: `Lazygit kan niet "git fetch" uitvoeren in een privé repository, gebruik f in het branches paneel om "git fetch" manueel uit te voeren`,
@@ -594,7 +594,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "selecteer bovenste hunk",
}, &i18n.Message{
ID: "SelectBottom",
- Other: "selecteer bodem hunk",
+ Other: "selecteer onderste hunk",
}, &i18n.Message{
ID: "ScrollDown",
Other: "scroll omlaag",
@@ -672,7 +672,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "Autostash?",
}, &i18n.Message{
ID: "AutoStashPrompt",
- Other: "Je moet je veranderingen stashen en poppen om ze over te bregen. Dit automaties doen? (enter/esc)",
+ Other: "Je moet je veranderingen stashen en poppen om ze over te bregen. Dit automatisch doen? (enter/esc)",
}, &i18n.Message{
ID: "StashPrefix",
Other: "Auto-stashing veranderingen voor ",