diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-17 10:24:49 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-17 10:24:49 -0400 |
commit | 46e9c1fb2ce969caec85df64b2b1d364e39a149c (patch) | |
tree | 49472956b412880aa11d3f14b26f9f752ad02765 /app | |
parent | f04d9016a36973b4480704f0347da3d0de459f3b (diff) |
Fix bug when creating project in Dutch
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/nl_NL/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index 88c55155..4ddedc7b 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -166,7 +166,7 @@ return array( 'Ready' => 'Klaar', 'Backlog' => 'En attente', 'Work in progress' => 'In behandeling', - 'Done' => 'Klaar', + 'Done' => 'Afgewerkt', 'Application version:' => 'Applicatie versie :', 'Completed on %B %e, %Y at %k:%M %p' => 'Voltooid op %d/%m/%Y à %H:%M', '%B %e, %Y at %k:%M %p' => '%d/%m/%Y op %H:%M', |