diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-06-06 13:46:26 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-06-06 13:46:26 -0700 |
commit | 5064fcd33098e7252690af8a0770f83aadefa059 (patch) | |
tree | 13e9a897717e3a6982496346f3d16c634a758ec5 /app/Locale/fr_FR/translations.php | |
parent | 25ae17b5ffafef95e990bb3b201e0a8190f887d5 (diff) |
Fix typo in translation string
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 050d1a36..336226c9 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1382,5 +1382,5 @@ return array( 'Apply action' => 'Appliquer une action', 'Move selected tasks to another column' => 'Déplaçer les tâches sélectionnées vers une autre colonne', 'Edit tasks in bulk' => 'Modifier les tâches en masse', - 'Choose the properties that you would to change for the selected tasks.' => 'Choisissez les propriétés que vous souhaitez changer pour les tâches sélectionnées.', + 'Choose the properties that you would like to change for the selected tasks.' => 'Choisissez les propriétés que vous souhaitez changer pour les tâches sélectionnées.', ); |