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
3b1092304c
commit
9b206d6828
@ -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…
x
Reference in New Issue
Block a user