From 379224bb2f7a023a5a0e5767c20b115f3897887a Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Sun, 19 Oct 2003 03:53:05 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2508 --- sched/handle_request.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/handle_request.C b/sched/handle_request.C index 25407023ac..57151e7356 100644 --- a/sched/handle_request.C +++ b/sched/handle_request.C @@ -888,7 +888,7 @@ void send_code_sign_key( if (retval) { strcpy(reply.message, "Can't update code signing key. " - "Please report this to project." + "Please report this to the project administrators." ); } else { safe_strcpy(reply.code_sign_key, code_sign_key);