diff options
-rw-r--r-- | CONTRIBUTORS.md | 1 | ||||
-rw-r--r-- | app/Locale/nl_NL/translations.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 67216df7..b31c2173 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -85,6 +85,7 @@ Contributors: - [Oliver Jakoubek](https://github.com/jakoubek) - [Olivier Maridat](https://github.com/oliviermaridat) - [Oren Ben-Kiki](https://github.com/orenbenkiki) +- [Patrick Van Elk](https://github.com/patrickvanelk) - Paolo Mainieri - [Pavel RouĊĦar](https://github.com/rousarp) - [Peller Zoltan](https://github.com/PierP) diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index ed5892d4..51cf95bd 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -712,7 +712,7 @@ return array( // '%s moved the task #%d to the swimlane "%s"' => '', 'Swimlane' => 'Swimlane', 'Gravatar' => 'Gravatar', - '%s moved the task %s to the first swimlane' => '%s heeft de taak naar de eerste swimlane verplaatst', + '%s moved the task %s to the first swimlane' => '%s heeft de taak %s naar de eerste swimlane verplaatst', '%s moved the task %s to the swimlane "%s"' => '%s heeft taak %s naar swimlane "%s" verplaatst', // 'This report contains all subtasks information for the given date range.' => '', // 'This report contains all tasks information for the given date range.' => '', |