diff --git a/checkin_notes b/checkin_notes index bd58fa88f4..70bd15df5f 100755 --- a/checkin_notes +++ b/checkin_notes @@ -17994,3 +17994,9 @@ David 1 Oct 2004 time_stats.h sched/ server_types.h + +David 1 Oct 2004 + - "default", nor "primary", prefs + + client/ + cs_account.C diff --git a/client/cs_account.C b/client/cs_account.C index 270e29f8f4..af1656cec6 100644 --- a/client/cs_account.C +++ b/client/cs_account.C @@ -114,10 +114,10 @@ int PROJECT::parse_account(FILE* in) { if (got_venue_prefs) { msg_printf(this, MSG_INFO, "Using separate project prefs for %s", host_venue); } else { - msg_printf(this, MSG_INFO, "Using your primary project prefs"); + msg_printf(this, MSG_INFO, "Using your default project prefs"); } } else { - msg_printf(this, MSG_INFO, "Using your primary project prefs"); + msg_printf(this, MSG_INFO, "Using your default project prefs"); } return 0; } diff --git a/doc/intro.php b/doc/intro.php index 3fa71864f5..b9f5b3634f 100644 --- a/doc/intro.php +++ b/doc/intro.php @@ -9,7 +9,9 @@ using volunteer computer resources. A paper about BOINC's design goals is here: HTML | PDF | -HTML German. +HTML/German | +HTML/Dutch +

The BOINC's features fall into several areas: