Update mifare.cpp

corrected typo
pull/32/head
zxkmm 2 years ago committed by GitHub
parent a2d63b5cdc
commit 953e686785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -706,7 +706,7 @@ void Mifare::writeSelected(TargetType targetType)
}
}
if(failedBlocks.size() == 0)
QMessageBox::information(parent, tr("Info"), tr("Successful!"));
QMessageBox::information(parent, tr("Info"), tr("Succeed!"));
else
{
QString suffix = "";

Loading…
Cancel
Save