summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorMark Kopenga <mkopenga@gmail.com>2018-12-11 14:44:30 +0100
committerJesse Duffield <jessedduffield@gmail.com>2018-12-20 09:17:10 +1100
commit1db880177189f9654fe7c5486aca5d5881c1f0ee (patch)
treeb3c8eec103c1298e87ab7cf73c4ffe4b0ca027bd /pkg
parent666ea3a4a0c12dfe25a787c28c37f07dba279bea (diff)
Update dutch.go
Diffstat (limited to 'pkg')
-rw-r--r--pkg/i18n/dutch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index e880d7f0b..422c2b283 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -447,7 +447,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: `Kan geen hunks vinden in deze patch`,
}, &i18n.Message{
ID: "CantFindHunk",
- Other: `kan geen hunk vinden`,
+ Other: `Kan geen hunk vinden`,
},
)
}