diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-21 14:31:24 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-21 14:31:24 -0500 |
commit | 39dab436ea529c95c584ee7d13df103f66c6027f (patch) | |
tree | 6a2bea79e7aa7b430cba9faf043225cf58c0ae90 | |
parent | fa09d893d31dd3bec683adb91d2d9312a356dc88 (diff) |
Fix typo in french translation
-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 d04005c3..b05f7076 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -691,7 +691,7 @@ return array( 'Add a link' => 'Ajouter un lien', 'Add a new link' => 'Ajouter un nouveau lien', 'Do you really want to remove this link: "%s"?' => 'Voulez-vous vraiment supprimer ce lien : « %s » ?', - 'Do you really want to remove this link with task #%d?' => 'Voulez-vous vraiment supprimer ce lien avec la tâche n°%s ?', + 'Do you really want to remove this link with task #%d?' => 'Voulez-vous vraiment supprimer ce lien avec la tâche n°%d ?', 'Field required' => 'Champ obligatoire', 'Link added successfully.' => 'Lien créé avec succès.', 'Link updated successfully.' => 'Lien mis à jour avec succès.', |