diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-20 16:50:52 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-20 16:50:52 -0400 |
commit | b6b733b22f9e9f38786166c1274b135a99bce02a (patch) | |
tree | 6a861a141cefd42ebd7571d2e9f3a649ed19e6c7 /app/Template/task | |
parent | a409bf3ff496f9df496bc9eebe7200b9849bd2ee (diff) |
Close all subtasks when a task is closed
Diffstat (limited to 'app/Template/task')
-rw-r--r-- | app/Template/task/close.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/close.php b/app/Template/task/close.php index 79150333..160d5400 100644 --- a/app/Template/task/close.php +++ b/app/Template/task/close.php @@ -4,7 +4,7 @@ <div class="confirm"> <p class="alert alert-info"> - <?= t('Do you really want to close this task: "%s"?', $this->e($task['title'])) ?> + <?= t('Do you really want to close the task "%s" as well as all subtasks?', $this->e($task['title'])) ?> </p> <div class="form-actions"> |