summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorGlenn Vriesman <glenn.vriesman@gmail.com>2018-10-28 20:33:42 +0100
committerGlenn Vriesman <glenn.vriesman@gmail.com>2018-10-28 20:33:42 +0100
commit9a0f094f583d52972f622bd375ac02aa25f85513 (patch)
tree8422a95a45c3033b7c6897b156138d82567d430c /pkg
parentee89ad6ae76da6893eb895118a9070a5c65b722c (diff)
Changed some things after marks feedback
Diffstat (limited to 'pkg')
-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 708a22f5e..9ca18857b 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -90,10 +90,10 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "pull",
}, &i18n.Message{
ID: "addPatch",
- Other: "verandering toevoegen",
+ Other: "bewerkingen toevoegen",
}, &i18n.Message{
ID: "edit",
- Other: "aanpassen",
+ Other: "bewerken",
}, &i18n.Message{
ID: "scroll",
Other: "scroll",
@@ -402,7 +402,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: `maak een pull-aanvraag`,
}, &i18n.Message{
ID: "NoBranchOnRemote",
- Other: `Deze tak bestaat niet op de afstandsbediening. U moet het eerst naar de remote pushen.`,
+ Other: `Deze branch bestaat niet op de remote. U moet het eerst naar de remote pushen.`,
},
)
}