From 0826c1acdb6ae900d9ad3d277b13744a744ea34f Mon Sep 17 00:00:00 2001 From: Colin Williams Date: Fri, 19 Jun 2015 17:59:12 +0100 Subject: Fix translations with incorrect placeholders. --- app/Locale/nl_NL/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Locale/nl_NL') diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index 43ed7e35..311f998f 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -497,7 +497,7 @@ return array( 'Default columns for new projects (Comma-separated)' => 'Standaard kolommen voor nieuw projecten (komma gescheiden)', 'Task assignee change' => 'Taak toegewezene verandering', '%s change the assignee of the task #%d to %s' => '%s heeft de toegewezene voor taak %d veranderd in %s', - '%s changed the assignee of the task %s to %s' => '%s heeft de toegewezene voor taak %d veranderd in %s', + '%s changed the assignee of the task %s to %s' => '%s heeft de toegewezene voor taak %s veranderd in %s', 'Column Change' => 'Kolom verandering', 'Position Change' => 'Positie verandering', 'Assignee Change' => 'Toegewezene verandering', @@ -658,7 +658,7 @@ return array( 'All colors' => 'Alle kleuren', 'All status' => 'Alle statussen', 'Add a comment logging moving the task between columns' => 'Voeg een commentaar toe bij het verplaatsen van een taak tussen kolommen', - 'Moved to column %s' => 'Verplaatst naar kolom', + 'Moved to column %s' => 'Verplaatst naar kolom %s', 'Change description' => 'Verandering omschrijving', 'User dashboard' => 'Gebruiker dashboard', 'Allow only one subtask in progress at the same time for a user' => 'Sta maximaal één subtaak in behandeling toe per gebruiker', -- cgit v1.2.3