Skip to content

Commit

Permalink
[Mod] Update tooltip: Make message less ambiguous.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21776 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Sep 30, 2024
1 parent 6241e43 commit d3c6c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mptrack/UpdateToolTip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.\n<a>Click here to see what's new.</a>")(newVersion);
CString message = MPT_CFORMAT("OpenMPT {} has been released.\nClick on this message to install the update,\nor <a>click here to see what's new.</a>")(newVersion);
TOOLINFO ti{};
ti.cbSize = TTTOOLINFO_V1_SIZE;
ti.uFlags = TTF_TRACK | TTF_PARSELINKS;
Expand Down

0 comments on commit d3c6c42

Please sign in to comment.