diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-12-11 11:24:59 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-12-11 11:24:59 -0800 |
commit | 421531bd4f0af6a26e0b7971e23d5af1d5cf7d05 (patch) | |
tree | 32e718fd981ac5e38be955ee9e794cc4a1c09cc3 /app/Locale/it_IT | |
parent | d386ec404d52eebab1c36e85201224c2f7a6c7c8 (diff) |
Fix typo in translations
Diffstat (limited to 'app/Locale/it_IT')
-rw-r--r-- | app/Locale/it_IT/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index 4d2fd7b4..7f9dadf6 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1366,7 +1366,7 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', - // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', + // 'This feature enables the iCal feed, RSS feed and the public board view.' => '', // 'Stop the timer of all subtasks when moving a task to another column' => '', // 'Subtask Title' => '', // 'Add a subtask and activate the timer when moving a task to another column' => '', |