diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-03 14:25:17 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-03 14:25:17 -0700 |
commit | 749136361e6eedbc868778db17bdc67aa0f3b677 (patch) | |
tree | 78845b6f41fa69e4bc52c5e372689904ce8b5ac7 /app/Locales/it_IT/translations.php | |
parent | d68ff648b1995c14506d4c61c9d97dc7f599496f (diff) |
Change a category directly from the board
Diffstat (limited to 'app/Locales/it_IT/translations.php')
-rw-r--r-- | app/Locales/it_IT/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/it_IT/translations.php b/app/Locales/it_IT/translations.php index 3c5e3ae8..33ad358f 100644 --- a/app/Locales/it_IT/translations.php +++ b/app/Locales/it_IT/translations.php @@ -466,4 +466,6 @@ return array( // 'No external authentication enabled.' => '', // 'Password modified successfully.' => '', // 'Unable to change the password.' => '', + // 'Change category for the task "%s"' => '', + // 'Change category' => '', ); |