diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-24 17:52:00 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-24 17:52:00 -0500 |
commit | a7573c77c2e012a5ee0a967a90eea4c7172b0334 (patch) | |
tree | 8fde7a89ac8693043a53fe72ae8b284725b559d7 | |
parent | c17bbe3c8188d66f96a4faa1dccf7739ea94cb67 (diff) |
Fix typo in PR #3074
-rw-r--r-- | app/Locale/da_DK/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index ae8884b8..e2f5c39d 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -660,7 +660,7 @@ return array( // 'New assignee: %s' => '', // 'There is no category now' => '', // 'New category: %s' => '', - 'New color: %s' => 'Ny farve', + 'New color: %s' => 'Ny farve: %s', // 'New complexity: %d' => '', // 'The due date have been removed' => '', // 'There is no description anymore' => '', |