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);