diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-04 16:42:36 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-04 16:42:36 -0500 |
commit | 8a0043088540dc2302f7c925b302ab3556431026 (patch) | |
tree | fdb3d613c9d496b5e46c1de0ee62977a71f4b591 /app/Locale | |
parent | cfb5d07135724c2f44702df7d1ead53b0d07d13e (diff) |
Fix typo in PR
Diffstat (limited to 'app/Locale')
-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 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.' => '', |