diff options
author | zimmi1 <zimmi73@gmail.com> | 2016-01-05 19:48:04 +0100 |
---|---|---|
committer | zimmi1 <zimmi73@gmail.com> | 2016-01-05 19:48:04 +0100 |
commit | cfa54a20cf3eae9104d61eb03c86b90231066ffb (patch) | |
tree | 1cfc15cdfcb2d5f6cebf56ea2a7a542ea834ea0b | |
parent | a550666dc72bca77bfe6771fe9ea4b82081e5bdd (diff) |
Correct translation of word hours in French
-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 541e4204..3700ac1a 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -475,7 +475,7 @@ return array( 'This project is private' => 'Ce projet est privé', 'Type here to create a new sub-task' => 'Créer une sous-tâche en écrivant le titre ici', 'Add' => 'Ajouter', - 'Estimated time: %s hours' => 'Temps estimé: %s hours', + 'Estimated time: %s hours' => 'Temps estimé: %s heures', 'Time spent: %s hours' => 'Temps passé : %s heures', 'Started on %B %e, %Y' => 'Commençé le %d/%m/%Y', 'Start date' => 'Date de début', |