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);