From 928e86fb56cdf910897c1ef726c4e1e8e7c33883 Mon Sep 17 00:00:00 2001 From: chrisz Date: Wed, 13 Aug 2003 20:05:28 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2075 --- html/user/prefs.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/html/user/prefs.php b/html/user/prefs.php index 5825d6ea9a..e66f0c727f 100644 --- a/html/user/prefs.php +++ b/html/user/prefs.php @@ -10,7 +10,14 @@ $subset = $_GET["subset"]; page_head(subset_name($subset)." preferences"); if ($_GET['updated']) { - echo '

Your preference has been updated and will take effect the next time BOINC starts, or you may manually retrieve the preference in the BOINC software.

'; + echo '

+ Your preferences have been updated + and will take effect the next time your computer communicates + with the project. + You may manually retrieve the preferences + using the BOINC client's "Get Preferences" command. +

+ '; } if ($subset == "global") { print_prefs_display_global($user);