From 074c7ef0d58f7630b5a49deb6c8315b8d2595025 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 17 Apr 2008 18:11:47 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=15068 --- client/client_state.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_state.C b/client/client_state.C index e4401d7397..083722db9b 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -188,7 +188,7 @@ int CLIENT_STATE::init() { msg_printf(NULL, MSG_USER_ERROR, "Pre-release Software: This version of BOINC is a development version and may not function properly."); msg_printf(NULL, MSG_USER_ERROR, "This version is not supported through the normal support methods."); msg_printf(NULL, MSG_USER_ERROR, "Report any problems to boinc_alpha@ssl.berkeley.edu."); - msg_printf(NULL, MSG_USER_ERROR, "If you did not intend to help test BOINC download and install the latest non-development release."); + msg_printf(NULL, MSG_USER_ERROR, "If you did not intend to help test BOINC, download and install the latest non-development release."); } log_flags.show();