mirror of https://github.com/BOINC/boinc.git
- manager: message tweak
svn path=/trunk/boinc/; revision=21813
This commit is contained in:
parent
7c51512cbf
commit
9e64a36958
|
@ -4630,3 +4630,9 @@ David 25 Jun 2010
|
|||
validator.cpp
|
||||
tools/
|
||||
create_work.cpp
|
||||
|
||||
David 25 Jun 2010
|
||||
- manager: message tweak
|
||||
|
||||
clientgui/
|
||||
ViewProjects.cpp
|
||||
|
|
|
@ -1073,7 +1073,7 @@ void CViewProjects::GetDocStatus(wxInt32 item, wxString& strBuffer) const {
|
|||
append_to_status(strBuffer, _("Scheduler request in progress"));
|
||||
}
|
||||
if (project->trickle_up_pending) {
|
||||
append_to_status(strBuffer, _("Trickle up message pending"));
|
||||
append_to_status(strBuffer, _("Task progress message pending"));
|
||||
}
|
||||
wxDateTime dtNextRPC((time_t)project->min_rpc_time);
|
||||
wxDateTime dtNow(wxDateTime::Now());
|
||||
|
|
Loading…
Reference in New Issue