diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-08 22:31:26 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-08 22:31:26 -0500 |
commit | 7026e8d622e3f2a08e20c49814fc18a33453932c (patch) | |
tree | 06a73e82ed3406d772cbe52c66383be7b69067a3 /app/Locale/nl_NL | |
parent | f91f3214c12e315afd8984653ea2d9db8408793d (diff) |
Fix spelling error
Diffstat (limited to 'app/Locale/nl_NL')
-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 1aa58a19..67546e17 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -730,7 +730,7 @@ return array( // 'Time spent changed: %sh' => '', // 'Time estimated changed: %sh' => '', // 'The field "%s" have been updated' => '', - // 'The description have been modified' => '', + // 'The description has been modified' => '', // 'Do you really want to close the task "%s" as well as all subtasks?' => '', 'I want to receive notifications for:' => 'Ik wil notificaties ontvangen voor:', 'All tasks' => 'Alle taken', |