summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorMark Kopenga <mkopenga@gmail.com>2018-12-08 15:54:18 +0100
committerJesse Duffield <jessedduffield@gmail.com>2018-12-20 09:17:10 +1100
commit666ea3a4a0c12dfe25a787c28c37f07dba279bea (patch)
tree0d43af57fffa668dd610b89177fc1ff6b1dc6c64 /pkg/i18n
parent47d50989c4f2ee3914dbfe6f7ee04b806ef0406d (diff)
Fixed suggestion from glvr182
Diffstat (limited to 'pkg/i18n')
-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 d7ba0278a..e880d7f0b 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 finden`,
+ Other: `kan geen hunk vinden`,
},
)
}