mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2620
This commit is contained in:
parent
f1baa47894
commit
01ad4ef9c8
|
@ -7392,4 +7392,11 @@ David 2 Nov 2003
|
|||
server_types.C,h
|
||||
|
||||
Karl 2003-11-02
|
||||
- changed GUI titles:
|
||||
- "computation done" is now "computation error"
|
||||
- "results uploaded" is now "ready to report"
|
||||
|
||||
client/
|
||||
gui_titles.C
|
||||
|
||||
- BOINC core client release 2.09
|
||||
|
|
|
@ -30,8 +30,8 @@ char g_szMiscItems[MAX_MISC_STR][256] = {
|
|||
"New",
|
||||
"Running",
|
||||
"Ready to run",
|
||||
"Computation done",
|
||||
"Outputs uploaded",
|
||||
"Computation error", // Computation done
|
||||
"Ready to report", // Files uploaded
|
||||
"Acknowledged",
|
||||
"Error: invalid state",
|
||||
"Completed",
|
||||
|
|
Loading…
Reference in New Issue