diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-14 20:48:15 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-14 20:48:15 -0500 |
commit | f237cdc8594dd6d80a280edf6f0b92352498ad4a (patch) | |
tree | 695039f68fdf42719784824bb091f2f7437065e0 /app/Locale/fr_FR | |
parent | 4e695a9fcf65c0a9bc7db0f6dfd850f46b695d84 (diff) |
Start to improve the ui for tablets
Diffstat (limited to 'app/Locale/fr_FR')
-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 c1cdef88..28c999a5 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -186,7 +186,7 @@ return array( 'Page not found' => 'Page introuvable', 'Complexity' => 'Complexité', 'limit' => 'limite', - 'Task limit' => 'Nombre maximum de tâches', + 'Task limit' => 'Tâches Max.', 'Task count' => 'Nombre de tâches', 'This value must be greater than %d' => 'Cette valeur doit être plus grande que %d', 'Edit project access list' => 'Modifier l\'accès au projet', |