summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorzimmi1 <zimmi73@gmail.com>2016-01-05 19:48:04 +0100
committerzimmi1 <zimmi73@gmail.com>2016-01-05 19:48:04 +0100
commitcfa54a20cf3eae9104d61eb03c86b90231066ffb (patch)
tree1cfc15cdfcb2d5f6cebf56ea2a7a542ea834ea0b /app/Locale/fr_FR
parenta550666dc72bca77bfe6771fe9ea4b82081e5bdd (diff)
Correct translation of word hours in French
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php2
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',