Update MapFileDialog.cpp (#3165)

This commit is contained in:
xarkes 2023-05-04 06:13:57 +02:00 committed by Anton Kochkov
parent 937c01a806
commit 4f0d8f7e2b

View File

@ -33,7 +33,7 @@ void MapFileDialog::on_buttonBox_accepted()
}
if (!Core()->mapFile(filePath, mapAddress)) {
QMessageBox::critical(this, tr("Map new file file"), tr("Failed to map a new file"));
QMessageBox::critical(this, tr("Map new file"), tr("Failed to map a new file"));
return;
}
close();