From d3c6c42dbeeec6fcc9ad13a02d202fc95d3aaccd Mon Sep 17 00:00:00 2001 From: Johannes Schultz Date: Mon, 30 Sep 2024 20:04:36 +0000 Subject: [PATCH] [Mod] Update tooltip: Make message less ambiguous. git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21776 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- mptrack/UpdateToolTip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mptrack/UpdateToolTip.cpp b/mptrack/UpdateToolTip.cpp index 3b217101c64..f107d648c1d 100644 --- a/mptrack/UpdateToolTip.cpp +++ b/mptrack/UpdateToolTip.cpp @@ -34,7 +34,7 @@ bool UpdateToolTip::ShowUpdate(CWnd &parent, const CString &newVersion, const CS m_infoURL = infoURL; - CString message = MPT_CFORMAT("OpenMPT {} has been released.\nClick here to see what's new.")(newVersion); + CString message = MPT_CFORMAT("OpenMPT {} has been released.\nClick on this message to install the update,\nor click here to see what's new.")(newVersion); TOOLINFO ti{}; ti.cbSize = TTTOOLINFO_V1_SIZE; ti.uFlags = TTF_TRACK | TTF_PARSELINKS;