diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-06-21 20:18:35 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-06-21 20:18:35 -0700 |
commit | 95150183652cbe2381f1741bb214621bc628c055 (patch) | |
tree | 41bf52147c34ca58ab3f6d52655f732396fdeeff /app/Action | |
parent | 878c6f29c356871a43493eea9e2eaf0368a8ec6a (diff) |
Update French translation
Diffstat (limited to 'app/Action')
-rw-r--r-- | app/Action/TaskMoveColumnOnDueDate.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Action/TaskMoveColumnOnDueDate.php b/app/Action/TaskMoveColumnOnDueDate.php index a1c099c9..5f736e87 100644 --- a/app/Action/TaskMoveColumnOnDueDate.php +++ b/app/Action/TaskMoveColumnOnDueDate.php @@ -8,7 +8,6 @@ use Kanboard\Model\TaskModel; * Move the task from one to another column when due date is LESS than a certain number of days * * @package Kanboard\Action - * @author Frederic Guillot */ class TaskMoveColumnOnDueDate extends Base { @@ -20,7 +19,7 @@ class TaskMoveColumnOnDueDate extends Base */ public function getDescription() { - return t('Move the task from one to another column when due date is LESS than a certain number of days'); + return t('Move the task to another column when the due date is less than a certain number of days'); } /** |