diff options
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 016c16d7..2724c300 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1074,8 +1074,8 @@ return array( 'You were mentioned in a comment on the task #%d' => 'Vous avez été mentionné dans un commentaire de la tâche n°%d', 'Mentioned' => 'Mentionné', 'Compare Estimated Time vs Actual Time' => 'Comparer le temps estimé et le temps actuel', - 'Estimated hours: ' => 'Heures estimées :', - 'Actual hours: ' => 'Heures actuelles :', + 'Estimated hours: ' => 'Heures estimées : ', + 'Actual hours: ' => 'Heures actuelles : ', 'Hours Spent' => 'Heures passées', 'Hours Estimated' => 'Heures estimées', 'Estimated Time' => 'Temps estimé', |