diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-05-27 11:40:07 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-27 11:40:07 -0400 |
commit | c482e704697301a982e3c989ac795e0f4c2e899a (patch) | |
tree | aaeba920ba4218792afac198e6b43ea619ff5a53 /app/Locales/de_DE | |
parent | 73944ae3687525eb7fafa0a0de2b919b51974542 (diff) |
Add a new automatic action: assign a category based on a defined color
Diffstat (limited to 'app/Locales/de_DE')
-rw-r--r-- | app/Locales/de_DE/translations.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php index 3816a251..24122b00 100644 --- a/app/Locales/de_DE/translations.php +++ b/app/Locales/de_DE/translations.php @@ -312,7 +312,8 @@ return array( // 'Unable to remove this task.' => '', // 'Remove a task' => '', // 'Do you really want to remove this task: "%s"?' => '', - // 'Assign a color to a specific category' => '', + // 'Assign automatically a color based on a category' => '', + // 'Assign automatically a category based on a color' => '', // 'Task creation or modification' => '', // 'Category' => '', // 'Category:' => '', |