diff --git a/checkin_notes b/checkin_notes index 5341d3c786..1536a46aaa 100755 --- a/checkin_notes +++ b/checkin_notes @@ -2958,3 +2958,10 @@ Rom 29 Mar 2007 clientgui/ ViewProjectsGrid.cpp + +David 29 Mar 2007 + - Manager: text tweaks + + clientgui/ + AdvancedFrame.cpp + DlgAbout.cpp diff --git a/clientgui/AdvancedFrame.cpp b/clientgui/AdvancedFrame.cpp index 96c5577d6c..74a6a0427f 100644 --- a/clientgui/AdvancedFrame.cpp +++ b/clientgui/AdvancedFrame.cpp @@ -436,8 +436,8 @@ bool CAdvancedFrame::CreateMenu() { ); menuAdvanced->Append( ID_SHUTDOWNCORECLIENT, - _("Shutdown connected client..."), - _("Shutdown the currently connected core client") + _("Shut down connected client..."), + _("Shut down the currently connected core client") ); menuAdvanced->Append( ID_FILERUNBENCHMARKS, @@ -447,8 +447,7 @@ bool CAdvancedFrame::CreateMenu() { menuAdvanced->Append( ID_COMMANDSRETRYCOMMUNICATIONS, _("Retry &communications"), - _("Report completed work, get latest credit, " - "get latest preferences, and possibly get more work.") + _("Retry all deferred network communication.") ); menuAdvanced->Append( ID_READ_CONFIG, diff --git a/clientgui/DlgAbout.cpp b/clientgui/DlgAbout.cpp index f8de13d7a8..ef8f7f2498 100644 --- a/clientgui/DlgAbout.cpp +++ b/clientgui/DlgAbout.cpp @@ -135,7 +135,7 @@ void CDlgAbout::CreateControls() { m_AboutBOINCTitleCtrl = new wxStaticText; m_AboutBOINCTitleCtrl->Create( itemDialog1, wxID_STATIC, _("BOINC Manager"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTRE ); - m_AboutBOINCTitleCtrl->SetFont(wxFont(24, wxDEFAULT, wxNORMAL, wxBOLD, false, _T(""))); + m_AboutBOINCTitleCtrl->SetFont(wxFont(16, wxDEFAULT, wxNORMAL, wxBOLD, false, _T(""))); itemBoxSizer2->Add(m_AboutBOINCTitleCtrl, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5); wxBoxSizer* itemBoxSizer4 = new wxBoxSizer(wxHORIZONTAL); @@ -165,7 +165,7 @@ void CDlgAbout::CreateControls() { itemFlexGridSizer7->Add(itemStaticText10, 0, wxALIGN_RIGHT|wxALIGN_TOP|wxLEFT|wxRIGHT, 5); wxStaticText* itemStaticText11 = new wxStaticText; - itemStaticText11->Create( itemDialog1, wxID_STATIC, _("(C) 2003-2007 University of California at Berkeley.\nAll Rights Reserved."), wxDefaultPosition, wxDefaultSize, 0 ); + itemStaticText11->Create( itemDialog1, wxID_STATIC, _("(C) 2003-2007 University of California, Berkeley.\nAll Rights Reserved."), wxDefaultPosition, wxDefaultSize, 0 ); itemFlexGridSizer7->Add(itemStaticText11, 0, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5); m_AboutBOINCSloganCtrl = new wxStaticText; @@ -173,7 +173,7 @@ void CDlgAbout::CreateControls() { itemBoxSizer2->Add(m_AboutBOINCSloganCtrl, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5); wxStaticText* itemStaticText13 = new wxStaticText; - itemStaticText13->Create( itemDialog1, wxID_STATIC, _("A system for volunteer computing"), wxDefaultPosition, wxDefaultSize, 0 ); + itemStaticText13->Create( itemDialog1, wxID_STATIC, _("Berkeley Open Infrastructure for Network Computing"), wxDefaultPosition, wxDefaultSize, 0 ); itemBoxSizer2->Add(itemStaticText13, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5); m_AboutBOINCURLCtrl = new wxHyperLink; diff --git a/doc/boinc_dev.php b/doc/boinc_dev.php index b474f30955..3486d57893 100644 --- a/doc/boinc_dev.php +++ b/doc/boinc_dev.php @@ -194,10 +194,10 @@ Investigate.
  • Add 'referral' mechanism: new user creates account, enters email of 'referrer' (or goes to URL that has it embedded). - Add referrerid to DB. Give referrer a fraction of credit (or a 1-time bonus). List referrals on user page (show only those still active). + Add new referral table to DB. diff --git a/doc/boinc_news.php b/doc/boinc_news.php index b72faa5526..77cb61d307 100644 --- a/doc/boinc_news.php +++ b/doc/boinc_news.php @@ -1,6 +1,10 @@ Flash-based BOINC tutorials." +), array("March 23, 2007", "Africa@home (with support from the Geneva International Academic Network) diff --git a/doc/links.php b/doc/links.php index 263d28276a..b962e804fe 100644 --- a/doc/links.php +++ b/doc/links.php @@ -116,11 +116,22 @@ Show if the servers of various projects are up or down.

    Miscellaneous

    - -