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/fr_FR/translations.php | |
parent | d386ec404d52eebab1c36e85201224c2f7a6c7c8 (diff) |
Fix typo in translations
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index b084369b..1925950f 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1366,7 +1366,7 @@ return array( 'Time Estimated' => 'Durée estimée', 'Time Spent' => 'Temps passé', 'External Link' => 'Lien externe', - 'This feature enable the iCal feed, RSS feed and the public board view.' => 'Cette fonctionalité active l\'abonnement iCal, le flux RSS et la vue publique du tableau.', + 'This feature enables the iCal feed, RSS feed and the public board view.' => 'Cette fonctionalité active l\'abonnement iCal, le flux RSS et la vue publique du tableau.', 'Stop the timer of all subtasks when moving a task to another column' => 'Arrêter le minuteur de toutes les sous-tâches lorsque la tâche est déplaçée dans une autre colonne', 'Subtask Title' => 'Titre de la sous-tâche', 'Add a subtask and activate the timer when moving a task to another column' => 'Ajouter une sous-tâche et activer le minuteur lorsque la tâche est déplaçé dans une autre colonne', |