Skip to content

Commit 2cec030

Browse files
committed
fix clang
1 parent be1fc41 commit 2cec030

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Client/core/CVersionUpdater.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,8 +1917,7 @@ void CVersionUpdater::_DialogServerSaysUpdateQuestion()
19171917
// Display message
19181918
GetQuestionBox().Reset();
19191919
GetQuestionBox().SetTitle(_("MANDATORY UPDATE"));
1920-
GetQuestionBox().SetMessage(
1921-
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.\n Do you want to update now?"), *m_strServerSaysData));
19221921
GetQuestionBox().SetButton(0, _("No"));
19231922
GetQuestionBox().SetButton(1, _("Yes"));
19241923
GetQuestionBox().Show();

0 commit comments

Comments
 (0)