From 9b206d68281985601e869a56b668058d327658f3 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Fri, 10 Jun 2022 18:30:06 +0800 Subject: [PATCH] Update mifare.cpp corrected typo --- src/module/mifare.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {