diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-30 15:57:48 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-30 15:57:48 -0400 |
commit | 3b276cd67a2e45367740dcaad2ec5bd72a039fb5 (patch) | |
tree | 40dc2a5580f6eb6c76729585ea20fdab178a63b0 /app/Locale/fr_FR/translations.php | |
parent | 94cbdb3d9bb4a4731b08c03d59f497a8836a6acb (diff) |
Add event for the action TaskAssignColorColumn
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-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 64cb0999..1f772233 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -240,7 +240,7 @@ return array( 'Assign the task to a specific user' => 'Assigner la tâche à un utilisateur spécifique', 'Assign the task to the person who does the action' => 'Assigner la tâche à la personne qui fait l\'action', 'Duplicate the task to another project' => 'Dupliquer la tâche vers un autre projet', - 'Move a task to another column' => 'Déplacement d\'une tâche vers un autre colonne', + 'Move a task to another column' => 'Déplacement d\'une tâche vers une autre colonne', 'Move a task to another position in the same column' => 'Déplacement d\'une tâche à une autre position mais dans la même colonne', 'Task modification' => 'Modification d\'une tâche', 'Task creation' => 'Création d\'une tâche', |