mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
This commit is contained in:
@@ -243,7 +243,7 @@ void WindowNewMap::on_okButton_clicked()
|
||||
//verify map template
|
||||
if(mapGenOptions.getPossibleTemplates().empty())
|
||||
{
|
||||
QMessageBox::warning(this, tr("No template"), tr("No template for parameters scecified. Random map cannot be generated."));
|
||||
QMessageBox::warning(this, tr("No template"), tr("No template for parameters specified. Random map cannot be generated."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user