diff options
author | Rafael de Camargo <rafacamargo123@gmail.com> | 2019-08-28 00:23:53 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-08-27 20:51:27 -0700 |
commit | a4f130839f8955ac01787ee542b4cd2f489bf836 (patch) | |
tree | 9e774b0677336442bab009388c7c0a426a5b4bdc /app/Locale/fr_FR | |
parent | c0d8407d9a880a8e05063281b129fc84b73017b5 (diff) |
Improve english task description
Diffstat (limited to 'app/Locale/fr_FR')
-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 c84baa46..a831fd18 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1403,7 +1403,7 @@ return array( '%s moved the task #%d "%s" to the project "%s"' => '%s a déplacé la tâche #%d « %s » vers le projet « %s »', 'Task #%d "%s" has been moved to the project "%s"' => 'La tâche #%d « %s » a été déplacée vers le projet « %s »', 'Move the task to another column when the due date is less than a certain number of days' => 'Déplaçer la tâche dans une autre colonne lorsque la date d\'échéance est inférieure à un certain nombre de jour', - 'Automatically update the start date when task move away from certain column' => 'Mettre à jour automatiquement la date de début lorsque la tâche change de colonne', + 'Automatically update the start date when the task is moved away from a specific column' => 'Mettre à jour automatiquement la date de début lorsque la tâche change de colonne', 'HTTP Client:' => 'Client HTTP :', 'XBT - bitcoin' => 'XBT - Bitcoin', ); |