fix text mistake

This commit is contained in:
0x10 2019-04-28 22:26:02 +08:00 committed by GitHub
parent a4efd1f0f5
commit be440ee79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ namespace MifareOneTool
}
}
return "共找到 " + diffCount.ToString() + " 个扇区不同\n" + stb.ToString();
return "共找到 " + diffCount.ToString() + " 个不同\n" + stb.ToString();
}
}
}