- web: typo fix

svn path=/trunk/boinc/; revision=24379
This commit is contained in:
David Anderson 2011-10-11 18:58:54 +00:00
parent 0793e66ff7
commit 9b45adb7cc
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ function state_string($result) {
case 3: return tra("Error while computing");
case 4: return tra("Error while uploading");
case 6: return tra("Aborted by user");
case 6: return tra("Upload failed");
case 7: return tra("Upload failed");
}
return tra("Error");
case 4: return tra("Timed out - no response");