Update mifare.cpp

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

@ -639,7 +639,7 @@ void Mifare::writeOne(TargetType targetType)
bool isSuccessful = _writeblk(blockId, keyType, ui->MF_RW_keyEdit->text().toUpper(), ui->MF_RW_dataEdit->text(), targetType);
if(isSuccessful)
{
QMessageBox::information(parent, tr("Info"), tr("Success!"));
QMessageBox::information(parent, tr("Info"), tr("Succeed!"));
}
else
{

Loading…
Cancel
Save