diff --git a/src/module/mifare.cpp b/src/module/mifare.cpp index 72d7c03..94d5b1f 100644 --- a/src/module/mifare.cpp +++ b/src/module/mifare.cpp @@ -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 {