diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-01 20:40:02 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-01 20:40:02 -0800 |
commit | 457e181ffb915e36e5da77317a6c824e10f5d5b3 (patch) | |
tree | eb5443ac4cdbd92278359fcd15d888752c70bc77 /app/Locales/it_IT/translations.php | |
parent | e6d0658a0eedeb6a641c003d1c492af0f9a7502c (diff) |
Improve task duplication
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 ff35aaf9..f313187e 100644 --- a/app/Locales/it_IT/translations.php +++ b/app/Locales/it_IT/translations.php @@ -436,4 +436,6 @@ return array( // 'Project activation' => '', // 'Move the task to another project' => '', // 'Move to another project' => '', + // 'Do you really want to duplicate this task?' => '', + // 'Duplicate a task' => '', ); |