From 3646b0f9ae61722f7898e84c17a76c32583ff855 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 10 Jan 2025 02:06:19 -0800 Subject: [PATCH] tweak --- client/client_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_state.cpp b/client/client_state.cpp index b6fce26bdd..ab9c5d8993 100644 --- a/client/client_state.cpp +++ b/client/client_state.cpp @@ -423,7 +423,7 @@ bool CLIENT_STATE::is_new_client() { || (core_client_version.release != old_release) ) { msg_printf_notice(0, true, 0, - "The BOINC client version has changed from %d.%d.%d to %d.%d.%d.

View the Client release notes.", + "The BOINC client version has changed from %d.%d.%d to %d.%d.%d.
To see what's new, view the Client release notes.", old_major_version, old_minor_version, old_release, core_client_version.major, core_client_version.minor,