diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-05 20:32:53 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-05 20:32:53 -0500 |
commit | 1e994f34486da72662ff39f1c3e130e4480e30ab (patch) | |
tree | 91ed60da59fe564888adde129207af1eda169905 /locales/fr_FR | |
parent | 5d9b5aee6d70de0c1cbd6abe79a22a6c51719069 (diff) |
Improve unit test
Diffstat (limited to 'locales/fr_FR')
-rw-r--r-- | locales/fr_FR/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 53dbd60e..b69c0445 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -211,5 +211,5 @@ return array( 'Comment added successfully.' => 'Commentaire ajouté avec succès.', 'Unable to create your comment.' => 'Impossible de sauvegarder votre commentaire.', 'The description is required' => 'La description est obligatoire', - //'Edit this task' => '', + 'Edit this task' => 'Modifier cette tâche', ); |