From 9a5a3fb49377fad558b93547e1f43a888941a44b Mon Sep 17 00:00:00 2001 From: Barry Luong Date: Fri, 16 Aug 2002 20:35:33 +0000 Subject: [PATCH] more explanations svn path=/trunk/boinc/; revision=345 --- html/user/prefs.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/html/user/prefs.inc b/html/user/prefs.inc index 0c918f2930..c37ea422ba 100644 --- a/html/user/prefs.inc +++ b/html/user/prefs.inc @@ -172,8 +172,8 @@ function prefs_show_work($prefs) { row("Work if computer on batteries: ", $batteries); row("Work if computer in use: ", $in_use); row("Confirm before connecting to network: ", $confirm); - row("Minimum amount of work to buffer: ", "$prefs->low_water_days hours"); - row("Maximum amount of work to buffer: ", "$prefs->high_water_days hours"); + row("Minimum amount of work to buffer (days): ", "$prefs->low_water_days hours"); + row("Maximum amount of work to buffer (days): ", "$prefs->high_water_days hours"); echo "Edit work preferences\n"; echo "\n"; } @@ -239,11 +239,11 @@ function prefs_form_work($user, $prefs) { printf(" \n", $prefs->confirm_before_connecting?"checked":""); echo " \n"; echo " \n"; - echo " Minimum amount of work
to buffer (in hours)
\n"; + echo " Minimum amount of work to
buffer (days)
- this is the
minimum amount of work to stay on
disk so if your computer is
disconnected from the Internet
for an extended amount of time
you can still do work\n"; printf(" \n"); echo " \n"; echo " \n"; - echo " Maximum amount of work
to buffer (in hours)
\n"; + echo " Maximum amount of work to
buffer (days)
- this is the
maximum amount of work to stay on
disk so if your computer is
disconnected from the Internet
for an extended amount of time
you can still do work\n"; printf(" \n"); echo " \n"; echo " \n"; @@ -255,7 +255,7 @@ function prefs_form_disk($user, $prefs) { echo "
\n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo " \n"; @@ -283,7 +283,7 @@ function prefs_form_projects($prefs) { echo "
Add project\n"; echo "

"; echo "

Maximum disk space allowed
to be used for BOINC(in MB)
Maximum disk space allowed
to be used for BOINC (in MB)
"; - echo "Whenever you join a new project, remember to add that project with the authenticator that you get from that project to your home project (the first project) you joined."; + echo "Whenever you join a new project, remember to add that project with the authenticator that you get from that project to your home project (the first project you joined)."; echo "
"; } @@ -303,7 +303,7 @@ function prefs_form_project($project, $action) { echo " \n"; echo " \n"; echo " \n"; - echo " Resource share:\n"; + echo " Resource share:
if projects contend
for resources, the amount
allocated to a project
is proportional to
this number\n"; echo " \n"; echo " \n"; echo " \n";