* finish task #2474 and fix bug.

This commit is contained in:
wangyidong
2016-03-08 11:32:48 +08:00
parent 26d831d0b6
commit df85f2625e
10 changed files with 48 additions and 18 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ $lang->task->error->consumedThisTime = 'Please input "hours"';
$lang->task->error->left = 'Please input "left"';
$lang->task->error->work = '"Comment" must be less than 255 characters';
$lang->task->error->skipClose = 'The status of Tasks : %s are not finished or canceled, can not close.';
$lang->task->error->consumed = 'The consumed of task %s is less than zero, ignore it.';
$lang->task->error->consumed = 'The estimate of task %s is less than zero, ignore it.';
/* Report. */
$lang->task->report = new stdclass();