Skip to content

Commit c75af1e

Browse files
qaisjpCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2cec030 commit c75af1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Client/core/CVersionUpdater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ void CVersionUpdater::_DialogServerSaysUpdateQuestion()
19171917
// Display message
19181918
GetQuestionBox().Reset();
19191919
GetQuestionBox().SetTitle(_("MANDATORY UPDATE"));
1920-
GetQuestionBox().SetMessage(SString(_("To join this server, you must update MTA to version %s.\n Do you want to update now?"), *m_strServerSaysData));
1920+
GetQuestionBox().SetMessage(SString(_("To join this server, you must update MTA to version %s or later.\nDo you want to update now?"), *m_strServerSaysData));
19211921
GetQuestionBox().SetButton(0, _("No"));
19221922
GetQuestionBox().SetButton(1, _("Yes"));
19231923
GetQuestionBox().Show();

0 commit comments

Comments
 (0)