summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
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.`,
},
)
}