mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2025-02-16 22:21:30 +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)
|
if(failedBlocks.size() == 0)
|
||||||
QMessageBox::information(parent, tr("Info"), tr("Successful!"));
|
QMessageBox::information(parent, tr("Info"), tr("Succeed!"));
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
QString suffix = "";
|
QString suffix = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user