Skip to content

Commit

Permalink
Fix typo in update error message (PR #3750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenius97 authored Sep 25, 2024
1 parent f4836ba commit d01df35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/core/CVersionUpdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ void CVersionUpdater::_DialogUpdateQueryError()
// Display message
GetQuestionBox().Reset();
GetQuestionBox().SetTitle(_("UPDATE CHECK"));
GetQuestionBox().SetMessage(_("Update not currently avalable.\n\nPlease check www.mtasa.com"));
GetQuestionBox().SetMessage(_("An update is currently not available.\n\nPlease check www.mtasa.com"));
GetQuestionBox().SetButton(0, _("OK"));
GetQuestionBox().Show();
_PollAnyButton();
Expand Down

0 comments on commit d01df35

Please sign in to comment.