mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2025-03-01 12:31:31 +08:00
Update mifare.cpp
corrected typo
This commit is contained in:
parent
a2d63b5cdc
commit
953e686785
@ -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…
x
Reference in New Issue
Block a user