From 9c72636414ca6bb86c4dfea296d8af5451e5c723 Mon Sep 17 00:00:00 2001 From: Michael <Chefkeks@users.noreply.github.com> Date: Fri, 15 Apr 2016 14:07:09 +0200 Subject: [PATCH] Update task-edit.tmpl.php One s too much here - it's singular and not plural when editing a task --- include/staff/templates/task-edit.tmpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/templates/task-edit.tmpl.php b/include/staff/templates/task-edit.tmpl.php index f86e8a70a..5c8533eb9 100644 --- a/include/staff/templates/task-edit.tmpl.php +++ b/include/staff/templates/task-edit.tmpl.php @@ -2,7 +2,7 @@ global $cfg; if (!$info['title']) - $info['title'] = sprintf(__('%s Tasks #%s'), + $info['title'] = sprintf(__('%s Task #%s'), __('Edit'), $task->getNumber() ); -- GitLab