From 46e9c1fb2ce969caec85df64b2b1d364e39a149c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 17 May 2015 10:24:49 -0400 Subject: Fix bug when creating project in Dutch --- app/Locale/nl_NL/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Locale/nl_NL') 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', -- cgit v1.2.3