We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4836ba commit d01df35Copy full SHA for d01df35
Client/core/CVersionUpdater.cpp
@@ -1912,7 +1912,7 @@ void CVersionUpdater::_DialogUpdateQueryError()
1912
// Display message
1913
GetQuestionBox().Reset();
1914
GetQuestionBox().SetTitle(_("UPDATE CHECK"));
1915
- 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"));
1916
GetQuestionBox().SetButton(0, _("OK"));
1917
GetQuestionBox().Show();
1918
_PollAnyButton();
0 commit comments