Update MapFileDialog.cpp (#3165)

This commit is contained in:
xarkes 2023-05-04 06:13:57 +02:00 committed by GitHub
parent 3166843dff
commit b27ee987da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();