mirror of https://github.com/BOINC/boinc.git
Clearer wording of feedback message to user
svn path=/trunk/boinc/; revision=6010
This commit is contained in:
parent
d839c2a8d8
commit
d843372af7
|
@ -949,7 +949,7 @@ int send_work(
|
||||||
}
|
}
|
||||||
if (reply.wreq.excessive_work_buf) {
|
if (reply.wreq.excessive_work_buf) {
|
||||||
USER_MESSAGE um(
|
USER_MESSAGE um(
|
||||||
"(Your network connection interval is too high)",
|
"(Your network connection interval is longer than WU deadline)",
|
||||||
"high"
|
"high"
|
||||||
);
|
);
|
||||||
reply.insert_message(um);
|
reply.insert_message(um);
|
||||||
|
|
Loading…
Reference in New Issue