svn path=/trunk/boinc/; revision=19764

This commit is contained in:
David Anderson 2009-12-02 04:48:17 +00:00
parent ba3c7f0f7b
commit 0fe8faf056
1 changed files with 1 additions and 4 deletions

View File

@ -848,10 +848,7 @@ void ACTIVE_TASK_SET::report_overdue() {
double diff = (gstate.now - atp->result->report_deadline)/86400;
if (diff > 0) {
msg_printf(atp->result->project, MSG_USER_ERROR,
"Task %s is %.2f days overdue.", atp->result->name, diff
);
msg_printf(atp->result->project, MSG_USER_ERROR,
"You may not get credit for it. Consider aborting it."
"Task %s is %.2f days overdue; you may not get credit for it. Consider aborting it.", atp->result->name, diff
);
}
}