Clearer wording of feedback message to user

svn path=/trunk/boinc/; revision=6010
This commit is contained in:
Bruce Allen 2005-05-04 04:34:59 +00:00
parent d839c2a8d8
commit d843372af7
1 changed files with 1 additions and 1 deletions

View File

@ -949,7 +949,7 @@ int send_work(
}
if (reply.wreq.excessive_work_buf) {
USER_MESSAGE um(
"(Your network connection interval is too high)",
"(Your network connection interval is longer than WU deadline)",
"high"
);
reply.insert_message(um);