diff options
author | Maxime Corteel <maxime.corteel@gadz.org> | 2016-03-06 14:35:39 +0100 |
---|---|---|
committer | Maxime Corteel <maxime.corteel@gadz.org> | 2016-03-06 14:35:39 +0100 |
commit | f190c819df89981b3a73252888aae8c479dc66aa (patch) | |
tree | 838b4e2d06fa2c71b1de95af3abec2355d6f2dc0 /app | |
parent | 4c9179878182e49e42d47a004c24b0aa9c9b72ee (diff) |
Fix spelling error
Diffstat (limited to 'app')
-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 18ce9bd7..a38d0c64 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -72,7 +72,7 @@ return array( 'All projects' => 'Tous les projets', 'Add a new column' => 'Ajouter une nouvelle colonne', 'Title' => 'Titre', - 'Nobody assigned' => 'Personne assignée', + 'Nobody assigned' => 'Personne assigné', 'Assigned to %s' => 'Assigné à %s', 'Remove a column' => 'Supprimer une colonne', 'Remove a column from a board' => 'Supprimer une colonne d\'un tableau', @@ -93,7 +93,7 @@ return array( 'Edit a task' => 'Modifier une tâche', 'Column' => 'Colonne', 'Color' => 'Couleur', - 'Assignee' => 'Personne assigné', + 'Assignee' => 'Personne assignée', 'Create another task' => 'Créer une autre tâche', 'New task' => 'Nouvelle tâche', 'Open a task' => 'Ouvrir une tâche', |