From 6085e9a817ced2622a7aa0ea83ea795b3f85d6d8 Mon Sep 17 00:00:00 2001 From: chrisz Date: Fri, 15 Aug 2003 22:08:39 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2121 --- html/user/prefs.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/user/prefs.php b/html/user/prefs.php index e66f0c727f..16c4755df6 100644 --- a/html/user/prefs.php +++ b/html/user/prefs.php @@ -10,14 +10,14 @@ $subset = $_GET["subset"]; page_head(subset_name($subset)." preferences"); if ($_GET['updated']) { - echo '

+ 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. + using the BOINC client's \"Get Preferences\" command.

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