Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Client/core/CVersionUpdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,8 @@ void CVersionUpdater::_DialogServerSaysUpdateQuestion()
// Display message
GetQuestionBox().Reset();
GetQuestionBox().SetTitle(_("MANDATORY UPDATE"));
GetQuestionBox().SetMessage(_("To join this server, you must update MTA.\n\n Do you want to update now ?"));
GetQuestionBox().SetMessage(
SString(_("To join this server, you must update MTA to version %s.\n Do you want to update now?"), *m_strServerSaysData));
GetQuestionBox().SetButton(0, _("No"));
GetQuestionBox().SetButton(1, _("Yes"));
GetQuestionBox().Show();
Expand Down
Loading