1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fixed typo: many -> may

This commit is contained in:
Ivan Savenko
2024-12-25 13:42:57 +00:00
parent 0de1e11fe8
commit da2df13eaa
13 changed files with 13 additions and 13 deletions

View File

@@ -330,7 +330,7 @@ void StartGameTab::on_buttonUpdateModsHelp_clicked()
"A new version of some of the mods that you have installed is now available in mod repository. "
"Use this option to automatically update all your mods to latest version.\n\n"
"WARNING: In some cases, updated versions of mods may not be compatible with your existing saves. "
"You many want to postpone mod update until you finish any of your ongoing games."
"You may want to postpone mod update until you finish any of your ongoing games."
);
MessageBoxCustom::information(this, ui->buttonUpdateMods->text(), message);