Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Jan 10, 2025
1 parent d7a1ee0 commit 3646b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.<p>View the <a href=%s>Client release notes</a>.",
"The BOINC client version has changed from %d.%d.%d to %d.%d.%d.<br>To see what's new, view the <a href=%s>Client release notes</a>.",
old_major_version, old_minor_version, old_release,
core_client_version.major,
core_client_version.minor,
Expand Down

0 comments on commit 3646b0f

Please sign in to comment.