diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-10 22:23:16 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-10 22:23:16 -0400 |
commit | 66c7cf0caa5802c825e3f511158bb719cf82cafa (patch) | |
tree | 0fcce70f7fc513c98f60e5f25564a56b5ba11b24 /locales/pl_PL | |
parent | 1cda8059b577d4025efa96377def082bf8f35f94 (diff) |
Add an automatic action to assign a color to a specific user
Diffstat (limited to 'locales/pl_PL')
-rw-r--r-- | locales/pl_PL/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 7da7c330..530e5a22 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -250,4 +250,5 @@ return array( // 'Task creation' => '', // 'Open a closed task' => '', // 'Closing a task' => '', + // 'Assign a color to a specific user' => '', ); |