mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2508
This commit is contained in:
parent
47752431df
commit
379224bb2f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue