From 0fe8faf056698148f66ce95bb891e572ecc35673 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 2 Dec 2009 04:48:17 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=19764 --- client/app.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/app.cpp b/client/app.cpp index f1d6d654d2..d48c857e54 100644 --- a/client/app.cpp +++ b/client/app.cpp @@ -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 ); } }